NoelOConnell/quill-image-uploader

quill Cannot import modules/ImageUploader. Are you sure it was registered?

Cloumus30 opened this issue · 0 comments

Cannot Import modules/ImageUploader when using script tag.
image

I found this issue because the image uploader does not register yet into quill. So I try to add below code before initiate quill object
Quill.register('modules/ImageUploader', ImageUploader, true);

Edited

I am Sorry, I don't open the example in sanbox, because the quill.register has added in the example in code sanbox.