UNPKG

@charisma-ai/sdk

Version:

Charisma.ai SDK for Javascript (browser)

8 lines (7 loc) 407 B
export * as api from "./api"; export * from "./api"; export { default as Playthrough, ConnectionStatus } from "./Playthrough"; export { default as Microphone, SpeechRecognitionOptions, SpeechRecognitionStopOptions, } from "./Microphone"; export { default as Speaker } from "./Speaker"; export { Conversation, ConversationOptions, ConversationEvents, } from "./Conversation"; export * from "./types";