0.1.7 • Published 1 year ago

link-speak v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.7

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago