UNPKG

@coze/uniapp-api

Version:

Official Coze UniApp SDK for seamless AI integration into your applications | 扣子官方 UniApp SDK,助您轻松集成 AI 能力到应用中

9 lines (8 loc) 325 B
/** * WS-Tool Exports for UniApp environment */ export { PcmStreamPlayer } from './pcm-stream-player'; export { WsSpeechClient } from './speech'; export { PcmRecorder, RecordingStatus } from './pcm-recorder'; export { WsTranscriptionClient } from './transcription'; export { WsChatClient, WsChatEventNames } from './chat';