UNPKG

sandai-react

Version:

React components and utilities for the Sandai 3D AI Characters.

4 lines 283 B
import { VRM } from "@pixiv/three-vrm"; import { BVH } from "three/examples/jsm/Addons.js"; export declare function animationBvh2vrmaBlob(bvhObject: BVH, vrm: VRM, onProgress: (name: string, progress: number) => void): Promise<Blob>; //# sourceMappingURL=animationBvh2motion.d.ts.map