link-speak
v0.1.7
Published
React native module for native text to speech
Downloads
6
Maintainers
Readme
link-speak
React native module for text to speech
Installation
npm install link-speak
Usage
link-speak is simple to use
import Tts from 'link-speak';
Tts.speak("Wow this works great", "en", 1.0);
To get all available languages on the device simply call
let languages = await Tts.getAvailableLanguages()
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT