UNPKG

sandai-react

Version:

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

11 lines 491 B
import { Profile } from "./ProfileManager"; import { FaceExpression } from "piper-wasm/expressions"; export type DistilbertGoEmotion = keyof ReturnType<typeof FaceExpression.createDistilbertGoEmotion>; export declare const emotionBasedPreset: { profiles: [ Profile<DistilbertGoEmotion>["name"], Profile<DistilbertGoEmotion> ][]; currentSamples: [Profile<DistilbertGoEmotion>["name"], [string, number][]][]; }; //# sourceMappingURL=MimicFaceProfileDefault.d.ts.map