sandai-react
Version:
React components and utilities for the Sandai 3D AI Characters.
5 lines • 501 B
TypeScript
export declare const EMOTION_EXPRESSION_KEYS: readonly ["angry", "happy", "neutral", "relaxed", "sad", "surprised", any];
export declare const EYES_EXPRESSION_KEYS: readonly ["lookX", "lookY", "blink", "blinkLeft", "blinkRight"];
export declare const MOUTH_EXPRESSION_KEYS: string[];
export declare const FACE_EXPRESSION_KEYS: readonly ["angry", "happy", "neutral", "relaxed", "sad", "surprised", any, "lookX", "lookY", "blink", "blinkLeft", "blinkRight"];
//# sourceMappingURL=expressionKeys.d.ts.map