NoelOConnell/quill-image-uploader

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

Opened this issue · 1 comments

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)

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