quill-image-resize-module icon indicating copy to clipboard operation
quill-image-resize-module copied to clipboard

A module for Quill rich text editor to allow images to be resized.

Results 101 quill-image-resize-module issues
Sort by recently updated
recently updated
newest added

Hey there! Any plans on supporting Quill 2.0? :)

for Toolbar module: Object.assign(button.children[0].style, this.options.toolbarButtonSvgStyles); when I click the image, I meet this error. any suggestion?

The library was introduced to run locally without any problems, but when run after deployment it will throw errors,how to solve? ![image](https://github.com/kensnyder/quill-image-resize-module/assets/75868416/afac4f4f-5383-4e79-91ac-4b8b9f78ab80)

Hi, I am getting this error on my browser console. I am using Vue2.6. I have installed this version Here is my package.json ` "quill": "^1.3.7", "quill-image-drop-module": "^1.0.3", "quill-image-resize-module": "^3.0.0",`...

Im using React-Quill with React-quill-resize-module for resizing the image. All functionality was fine until i want to remove image from the editor. When i press delete button on my image...

vue 3 yarn build `"default" is not exported by "node_modules/quill-image-resize-module/image-resize.min.js", imported by "src/views/editor.vue".` > 5: import ImageResize from "quill-image-resize-module"; ^

**My code is as below, but I want to try using the image control library I'd like to ask for advice on what to do if possible** ```tsx import {...