speech-synthesizer-react

1.2.0 • Public • Published

Speech Synthsizer for ReactJs Project

Make your own audio narrator just writing one line of code.

Check a simple Demo here.

Getting Started

These instructions will give you a copy of the project up and running on your ReactJs projects for development and testing purpose.

Installing

A step by step series of examples that tell you how to get a development environment running

Say what the step will be to install the package

npm i speech-synthesizer-react

Code Snippet

End with an example of getting some data out of the system or using it for a little demo

import SpeechNarrator from 'speech-synthesizer-react'

function App() {

const text ='your text'

return (
 <div className="App">

   <SpeechNarrator text={text}></SpeechNarrator>

 </div>
);
}

export default App;

Recommended

Start with

Prerequisites

Requirements for the package and other tools to build

Author

License

This project is licensed under the [ license: ISC]

Acknowledgments

  • Hat tip to anyone whose code is used
  • Inspiration for us

speech-synthesizer-react

Package Sidebar

Install

npm i speech-synthesizer-react

Weekly Downloads

3

Version

1.2.0

License

ISC

Unpacked Size

28.4 kB

Total Files

9

Last publish

Collaborators

  • pavel-genuine