UNPKG

sandai-react

Version:

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

7 lines 363 B
import type { Profile } from "./types"; import { WLipSyncAudioNode } from "./audio-node"; export declare function createWLipSyncNode(audioContext: AudioContext, profile: Profile): Promise<WLipSyncAudioNode>; export type * from "./types"; export * from "./parse"; export { configuration, WLipSyncAudioNode } from "./audio-node"; //# sourceMappingURL=index.d.ts.map