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
- Md Joynul Abedin pavel-genuine
License
This project is licensed under the [ license: ISC]
Acknowledgments
- Hat tip to anyone whose code is used
- Inspiration for us