diff --git a/packages/three-vrm-animation/examples/dnd.html b/packages/three-vrm-animation/examples/dnd.html index dd56794d1..4383a3a76 100644 --- a/packages/three-vrm-animation/examples/dnd.html +++ b/packages/three-vrm-animation/examples/dnd.html @@ -24,7 +24,7 @@ "imports": { "three": "https://cdn.jsdelivr.net/npm/three@0.167.0/build/three.module.js", "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.167.0/examples/jsm/", - "@pixiv/three-vrm": "https://cdn.jsdelivr.net/npm/@pixiv/three-vrm@2.1.0/lib/three-vrm.module.js", + "@pixiv/three-vrm": "https://cdn.jsdelivr.net/npm/@pixiv/three-vrm@3/lib/three-vrm.module.js", "@pixiv/three-vrm-animation": "../lib/three-vrm-animation.module.js" } } diff --git a/packages/three-vrm-animation/examples/loader-plugin.html b/packages/three-vrm-animation/examples/loader-plugin.html index 16b72d5f3..c32b3bd50 100644 --- a/packages/three-vrm-animation/examples/loader-plugin.html +++ b/packages/three-vrm-animation/examples/loader-plugin.html @@ -24,7 +24,7 @@ "imports": { "three": "https://cdn.jsdelivr.net/npm/three@0.167.0/build/three.module.js", "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.167.0/examples/jsm/", - "@pixiv/three-vrm": "https://cdn.jsdelivr.net/npm/@pixiv/three-vrm@2.1.0/lib/three-vrm.module.js", + "@pixiv/three-vrm": "https://cdn.jsdelivr.net/npm/@pixiv/three-vrm@3/lib/three-vrm.module.js", "@pixiv/three-vrm-animation": "../lib/three-vrm-animation.module.js" } }