We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319512f commit dcca2a1Copy full SHA for dcca2a1
1 file changed
packages/viverse/src/animation/index.ts
@@ -12,7 +12,7 @@ import { BVHLoader } from 'three/examples/jsm/loaders/BVHLoader.js'
12
import { FBXLoader } from 'three/examples/jsm/loaders/FBXLoader.js'
13
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js'
14
import { applyAnimationBoneMap } from './bone-map.js'
15
-import _bvhBoneMap from './bvh-bone-map.json'
+import _bvhBoneMap from './bvh-bone-map.json' with { type: 'json' }
16
import { DefaultUrl, resolveDefaultCharacterAnimationUrl } from './default.js'
17
import { applyMask, type CharacterAnimationMask } from './mask.js'
18
import _mixamoBoneMap from './mixamo-bone-map.json'
0 commit comments