jwashke / toast-ui-image-editor-angular-wrapper

A simple Angular6+ wrapper for TOAST UI Image Editor
9 stars 20 forks source link

Cannot find module 'toast-ui-image-editor'. #5

Open dalton5 opened 5 years ago

dalton5 commented 5 years ago

Hi,

Can you please help. I have the error:

ERROR in src/app/main/main.module.ts(143,42): error TS2307: Cannot find module 'toast-ui-image-editor'.

How can I fix this issue?

Thanks,

praveenptl71 commented 4 years ago

You can import like this : import { ToastUiImageEditorComponent } from "ngx-tui-image-editor";