arnold-says
v0.4.1
Published
Minimalist wrapper around SpeechSynthesis that sounds like a lady Arnold
Downloads
7
Maintainers
Readme
Arnold
Minimalist wrapper around the SpeechSynthesis interface of the Web Speech API to make your browser talk like Arnold. Or at least a lady like version of him. It's really not so similar. But it's fun. Enjoy!
install
npm i arnold-says
use
import Arnold from 'arnold-says';
Arnold.says('Hasta la vista baby')
.then((evt) => console.log(`done talking after ${evt.elapsedTime}`))
.catch((err) => console.err(err));
Pro tip: Combine with running-man for a wonderful experience