UNPKG

sandai-react

Version:

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

14 lines 650 B
import { FaceExpression as VRMFaceExpression } from "@davidcks/r3f-vrm"; import { DistilbertGoEmotion } from "./MimicFaceProfileDefault"; import { ProfileManager, ProfileNames } from "./ProfileManager"; export declare class MimicFaceProfileManager extends ProfileManager<DistilbertGoEmotion, ProfileNames<DistilbertGoEmotion>> { constructor(opt?: { preset?: "emotionBased"; }); /** * Predict emotions from current blendshape values with better scoring */ predictEmotion(blendshapes: Map<string, number>): VRMFaceExpression; private normalizeFaceExpression; } //# sourceMappingURL=MimicFaceProfileManager.d.ts.map