kensnyder / quill-image-resize-module

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

Compiler error on typescript #22

Open sharifnascenia opened 7 years ago

sharifnascenia commented 7 years ago

I am trying to use this quill-image-resize-module for ngx-quill.I have installed ngx-quill and it is working fine. Now I need to resize the image inside the editor, so I am trying to use it. The problem is it is written in JavaScript and I am trying to use it in typescript file(Inside a component), So I got a compiler error.

As the documentation have said that I have to import and register the ImageResize module But I am getting a compiler error while importing.

Can Anyone help me on using that module.

kudsyf commented 7 years ago

did u find a solution for this issue ? am getting the same with Angular4

kyle-mccarthy commented 6 years ago

This #7comment fixed the problem for me.