react-text-to-speech
Advanced tools
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.Changelog
0.19.0 (15-09-2024)
autoPlay
prop in useSpeech
hook and <Speech>
component.stop
function not working correctly.Changelog
0.18.0 (14-09-2024)
<
and >
characters to be spoken as "less-than" and "greater-than".Changelog
0.17.0 (10-09-2024)
maxChunkSize
prop in useSpeech
hook and <Speech>
component.Changelog
0.16.3 (09-09-2024)
text
inputs.