cannot import ImageResize from 'quill-image-resize-module';
See original GitHub issuehello,I am using anular4, when I put the mouse over it, the prompt
Could not find the declaration file "C:./Users/Ying/Desktop/work/node_modules/_quill-image-resize-module@3.0.0@quill-image-resize-module/ image" of the module "Sleeve Image Resizing Module" -resize.min.js "implicitly possesses" any "type." If it does, try
npm install @ types / quill-image-resize-moduleor add a new declaration (.d.ts) file containing
declare module’quill-image-resize-module’;[7016]
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:6
Top Results From Across the Web
quill Cannot import modules/ImageResize. Are you sure it was ...
spring + quill + image-resize.min.js I copy the image-resize.min.js to the web root file (in my ... quill Cannot import modules/ImageResize.
Read more >quill-image-resize-module--fix-imports-error - npm
A module for Quill rich text editor to allow images to be resized. And fix some error. Latest version: 3.0.0, last published: 3...
Read more >Installing quill-image-resize-module results in creating ...
This import { ImageResize } from 'quill-image-resize-module'; should work after using the proper install command, per the NPM documents.
Read more >quill-image-resize-module - Bountysource
Created 4 years ago in kensnyder/quill-image-resize-module with 10 comments. ... quill Cannot import modules/ImageResize. Are you sure it was registered?
Read more >Quill Image Resize Module - Demo - CodePen
<a href="https://github.com/kensnyder/quill-image-resize-module">Quill ImageResize Module</a> ... <p>Click on the Image Below to resize</p>.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This format worked for me…
i solved it,it need you add “noImplicitAny”: false in your tsconfig.json @jagotronic