react-text-to-speech
Advanced tools
Changelog
1.1.0 (28-12-2024)
showOnlyHighlightedText
and highlightMode
props in useSpeech
hook and <Speech>
component.Changelog
1.0.3 (25-12-2024)
Changelog
1.0.2 (23-12-2024)
Usage with Markdown
section.Changelog
1.0.0 (06-12-2024)
Changelog
0.19.2 (16-09-2024)
>
and <
symbols by replacing the special symbol \u200E
with \u00A0
.Changelog
0.19.1 (16-09-2024)
autoPlay
is set to true
and stops when autoPlay
is set to false
, based on the React state.