1.1.1 • Published 3 months ago

even-better-quill v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Quill even better image

How to use

  1. Register the module
  Quill.register("modules/imageEmbedOnPaste", QuillImageEmbedOnPaste);
  Quill.register("modules/imageResize", QuillImageResize);
  1. Enable module in editor options
new Quill("#editor-wrapper", {
    modules: {
        imageEmbedOnPaste: true,
        imageResize: true,
    },
});

Credits

mild.blue opensource

imageResize - originaly based on quill-image-resize-module

1.1.1

3 months ago

1.1.0

3 months ago

1.0.9

6 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago