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.
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.