TOAST UI Image Editor for Angular 11

926 views Asked by At

Have anyone gotten the Toast Image Editor to work for Angular 2+ (I have Angular 11)? I am currently trying to make this work: https://www.npmjs.com/package/tui-image-editor-angular

I want it to work with the 'loadImageFromURL', but when I use this all the edit buttons are disabled. If I load an image from the 'Load file' button, it works. Then the edit buttons is not disabled. So it seems like something is not initialized when using the 'loadImageFromURL'.

One issue with using this package is that the 'options' does not contain the 'includeUI -> loadImage -> path' which probably needs to be added for the editor to enable the buttons.

Any suggestions?

0

There are 0 answers