React component for playing audio with a synced transcript
See a demo: Interview with Bill Baxley.
To develop:
npm run build-watch for live transpilation of the component.
In another terminal, run one of the examples:
cd examples/logic
npm install
npm run serve
open http://localhost:9966/
Now you can edit the files in src (or examples/logic) and
changes will be reflected immediately in your browser.