arnold-says

0.4.1 • Public • Published

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

Package Sidebar

Install

npm i arnold-says

Weekly Downloads

5

Version

0.4.1

License

ISC

Last publish

Collaborators

  • hontas