NoelOConnell / quill-image-uploader

A module for Quill rich text editor to allow images to be uploaded to a server instead of being base64 encoded
MIT License
236 stars 95 forks source link

"yarn add --dev @types/quill-image-uploader" not found #54

Open Johnrobmiller opened 2 years ago

Johnrobmiller commented 2 years ago

If you guys have time, I would strongly urge you all to refactor to typescript, as to not use typescript in libraries like this places a burden on those who use typescript in their projects.

Also, as a general coding principle not specific to javascript or typescript, code that isn't typed in any language is not good code (unless the code is so simple that it does not need to be typed, but this would not be the case for this library)

Nelwhix commented 1 year ago

Hey @Johnrobmiller, I had the same thoughts as you and created a typescript fork of the package here. Try it out and tell me your thoughts, Thanks

toknT commented 3 weeks ago

same error in 2024 when use it in typescript project . I love quill and always use it in flutter. :joy: