@xeger/quill-deltacvt
v1.0.0
Published
Converts Quill Delta to HTML (or other formats) without depending on quill, parchment or quill-delta.
Readme
Quill Delta Converter
What is this?
TODO
How do I use it?
TODO
Contributing to the Project
Running the tests
npm run testType-checking the code
npm run type-checkAnd to run in --watch mode:
npm run type-check:watchDistributing new versions
Increment the version
npm version <patch|minor|major>Build distributables
npm run clean # not strictly necessary, but good form
npm run buildPublish to NPM
npm publish