1.0.0 • Published 5 years ago

spoker v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Table of Contents

Usage

npm i spoker

import Spoker from 'spoker';
const spoker = new Spoker(configuration);
const text = "Hello World!";
spoker.speak(text);
spoker.pause(); // To pause speaker in the middle of yelling

API

Spoker() is a constructor that recieves static configuration.

options Type: object