UNPKG

avatoon

Version:

A React Three Fiber component for realistic avatar lip-syncing and animations.

10 lines (9 loc) 790 B
export { default as Avatoon } from './components/Avatoon'; export { default as LipSyncAvatoon } from './components/LipSyncAvatoon'; export { AvatoonModel } from './components/AvatoonModel'; export { CameraFovAnimator } from './components/CameraFovAnimator'; export { SceneEnvironment } from './components/SceneEnvironment'; export { AvatoonErrorBoundary } from './components/AvatoonErrorBoundary'; export type { AvatoonProps, AvatoonModelProps, AvatoonGoal, AvatoonHandle, AvatoonCameraProps, AvatoonEnvironmentProps, EnvironmentPreset, VisemeData, } from './types'; export { fromAzureVisemes, fromPollySpeechMarks, fromRhubarb, } from './converters/visemeConverters'; export type { AzureVisemeEvent, PollySpeechMark, RhubarbMouthCue, RhubarbOutput, } from './converters/visemeConverters';