link-speak
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

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

Package Sidebar

Install

npm i link-speak

Weekly Downloads

2

Version

0.1.7

License

MIT

Unpacked Size

396 kB

Total Files

108

Last publish

Collaborators

  • jacob_andersson