1.0.5 • Published 3 years ago

react-window-speech-synthesis v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

react-window-speech-synthesis

React speech synthesis hook allows you Web Speech API.

Installation

npm install react-window-speech-synthesis
yarn add react-window-speech-synthesis

Usage

import useReactSpeechSynthesis from "react-window-speech-synthesis";
const [voices, speak, speechStatus] = useReactSpeechSynthesis();
useEffect(() => {
  speak(text, currentVoice);
}, []);
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

0.0.1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago