@xeger/quill-image-actions

Allows user manipulation of width, height and float for images and videos embedded in Quill deltas.

Usage no npm install needed!

<script type="module">
  import xegerQuillImageActions from 'https://cdn.skypack.dev/@xeger/quill-image-actions';
</script>

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