kensnyder / quill-image-resize-module

A module for Quill rich text editor to allow images to be resized.
MIT License
467 stars 468 forks source link

Could not find a declaration file for module 'quill-image-resize-module' #130

Closed Bolkun closed 3 years ago

Bolkun commented 3 years ago

After installing with: npm install quill-image-resize-module and importing like import ImageResize from 'quill-image-resize-module'; Error: Could not find a declaration file for module 'quill-image-resize-module'. 'c:/../node_modules/quill-image-resize-module/image-resize.min.js' implicitly has an 'any' type. Try npm i --save-dev @types/quill-image-resize-module if it exists or add a new declaration (.d.ts) file containing declare module 'quill-image-resize-module'; I using anlular 12.1 has anybody tested on this version? (Quill installed and works fine!)

Bolkun commented 3 years ago

npm i --save-dev @types/quill-image-resize-module -> Err! 404

Bolkun commented 3 years ago

Fixed by setting