1.0.9 • Published 10 months ago

quill-even-better-image v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 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