This repo is a demo of what a browser is currently capable of with it's built-in text-to-speech engines
to view this in action: https://jetfontanilla.github.io/browser-text-to-speech/
To build the compiler, and all the other modules included in the package:
npm run build
To develop and run this code locally:
npm install && npm run update
npm run dev