UNPKG

react-text-to-speech

Version:

An easy-to-use React.js library that leverages the Web Speech API to convert text to speech.

5 lines (4 loc) 168 B
export { HighlightedText, default } from './components.js'; export { useQueue, useSpeak, useSpeech, useVoices } from './hooks.js'; import 'react'; import './types.js';