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