@xeger/quill-deltacvt

Converts Quill Delta to HTML (or other formats) without depending on quill, parchment or quill-delta.


Keywords
parchment, quill-delta, quilljs
License
MIT
Install
npm install @xeger/quill-deltacvt@1.0.0

Documentation

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