UNPKG

js-tts-wrapper

Version:

A JavaScript/TypeScript library that provides a unified API for working with multiple cloud-based Text-to-Speech (TTS) services

37 lines 809 B
{ "name": "js-tts-wrapper", "version": "0.1.6", "description": "A JavaScript/TypeScript library that provides a unified API for working with multiple cloud-based Text-to-Speech (TTS) services", "main": "index.js", "types": "index.d.ts", "author": "Will Wade <willwade@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/willwade/js-tts-wrapper.git" }, "keywords": [ "tts", "text-to-speech", "azure", "google", "polly", "elevenlabs", "ibm", "watson", "openai", "sherpaonnx", "webassembly", "wasm", "offline-tts" ], "dependencies": { "speechmarkdown-js": "^2.1.0" }, "peerDependencies": { "@google-cloud/text-to-speech": "^4.0.0" }, "engines": { "node": ">=14.0.0" } }