speechmarkdown / speechmarkdown-js

Speech Markdown grammar, parser, and formatters for use with JavaScript.
MIT License
76 stars 16 forks source link

Modify output so code can run in a browser #8

Closed rmtuckerphx closed 5 years ago

rmtuckerphx commented 5 years ago

The TypeScript should be able to be used in Node.js running either JavaScript or TypeScript.

Want to also make the code run-able in a browser. Use the code in a component that is able to accept Speech Markdown in a text area and translate that to Plain Text or SSML in a read-only text area.