1.0.1 • Published 8 years ago

react-speaking-the-article v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

React Speaking The Article Build Status Dependency Status Npm Package Version

A React component to speaking the contents of an existing article on the page.

Live Demo

Check here <3

Install

Via Node.js run the following:

$ npm i react-speaking-the-article --save

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import SpeakingTheArticle from 'react-speaking-the-article';

const Demo = () => (
  <SpeakingTheArticle />
);

Props

AttributeTypeDefaultDescription
langStringen-USWhat language will be spoken.
sizeString90pxThe width and height of buttons.
fillString#575756The color of buttons.
rateString0.9The rate of speech

Development

npm install
npm start

License

MIT © Cauê Alves