UNPKG

convai-web-sdk

Version:

Integrate lifelike digital beings into your web applications with real-time conversations, actions, and facial expressions. Supports a variety of voices, languages, and emotions.

3 lines (2 loc) 185 B
export { ConvaiClient } from "./convai_client"; export { createOrGetSpeaker, listSpeakers, deleteSpeaker, updateSpeaker, parseSpeakerMetadata, buildSpeakerName, } from "./speaker_api";