benwinding / quill-image-compress

A Quill rich text editor Module which compresses images uploaded to the editor
https://benwinding.github.io/quill-image-compress/src/demo.html
MIT License
123 stars 30 forks source link

add insertIntoEditor override option #36

Closed CallumCM closed 2 years ago

CallumCM commented 2 years ago

Override the insertIntoEditor function to handle custom functionality, like uploading the compressed image to a webserver etc. Documented in README.md

CallumCM commented 2 years ago

Allows for an easy solution for #28