tts-js
1.0.1 • Public • Published TTS-JS - Text to speech
Synthetize text to speech using the browser speechSynthesis

Instaling
npm i -S tts-js
Usage
import tts from 'tts-js'
tts.speak('Hello World')
Options
tts.speak('Hello World', { lang: 'en-US', pitch: 1, rate: 1})
Package Sidebar
Install
Weekly Downloads