Markuso

Results 2 comments of Markuso

I think given that the dist output is in UMD format, you would need to do something like the following: ```js import ImageResize from 'quill-image-resize'; const imageResize = ImageResize.default; ```

I had the same issue with the **Video** block, which I managed to find out why and **solved it locally** without waiting for Quill to make adjustments to how they...