⚡ 快速开始
// 安装
npm install ttser
import { createTTS } from 'ttser'
const tts = await createTTS(config)
const result = await tts.synthesize('你好')