UNPKG

sandai-react

Version:

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

5 lines 351 B
import { MotionExpression } from "../../MotionExpressionManager"; import { VRM } from "@pixiv/three-vrm"; import { VRMAnimation } from "@pixiv/three-vrm-animation"; export declare function vrma2motion(vrmaObject: VRMAnimation, vrm: VRM, onProgress: (name: string, progress: number) => void): MotionExpression; //# sourceMappingURL=vrma2motion.d.ts.map