README
Quill Embed Actions
What is this?
This is a derivation of quill-blot-formatter that fully integrates with the Quill Delta format to provide resizable, floatable images independent from the HTML DOM. This module is ported from Flow to TypeScript and built with a modern toolchain.
How do I use it?
TODO
Contributing to the Project
Building the repo
npm run build
Type-checking the repo
npm run type-check
And to run in --watch mode:
npm run type-check:watch