UNPKG

@minto-ai/xunfei-tts

Version:

借助“讯飞在线语音合成API”实现浏览器端“文本转语音

32 lines 725 B
{ "name": "@minto-ai/xunfei-tts", "type": "module", "version": "2.0.33", "description": "借助“讯飞在线语音合成API”实现浏览器端“文本转语音", "author": "hcc", "license": "ISC", "keywords": [ "TTS", "文本转语音" ], "publishConfig": { "access": "public" }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "!node_modules", "**/*" ], "scripts": { "build": "vite build", "up": "gulp --gulpfile ../../gulpfile.cjs --cwd ./" }, "dependencies": { "@minto-ai/text-stream-slicer": "^1.0.2", "@minto-ai/tools": "^1.0.39", "@types/crypto-js": "^4.2.2", "crypto-js": "^4.1.1", "js-base64": "^3.7.5" } }