0.4.1 • Published 6 years ago

arnold-says v0.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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!

arnold

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

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago