UNPKG

sandai-react

Version:

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

5 lines 226 B
import { BVH } from "three/examples/jsm/loaders/BVHLoader.js"; export declare function convertBVHToVRMAnimation(bvh: BVH, options?: { scale?: number; }): Promise<ArrayBuffer>; //# sourceMappingURL=convertBvhToVrma.d.ts.map