A web component to easily control browser speech synthesis (TTS).
- add
reader.js
to your page via clone or CDN - wrap all contents that you want read aloud in a
<section class="readable"></section>
block.
https://cdn.jsdelivr.net/gh/calbert1209/reader_control/reader.js
- Q: Build system? Typescript?
- A: Nope. No build, no dependencies, just drop it in and go.