nhn / toast-ui.react-image-editor

TOAST UI ImageEditor wrapper for React.js
MIT License
116 stars 51 forks source link

Can't use without UI #16

Open shyambravo4488 opened 4 years ago

shyambravo4488 commented 4 years ago

Version - 1.1.0

Test Environment - Chrome

Current Behavior

Can't use the loadImageFromURL without UI. Image is not loading and also there are no docs for react version in the docs section. The document section throws 404 error.


 editorInstance.loadImageFromURL('./abc.png','abc');

Expected Behavior

Image load without UI

jinwoo-kim-nhn commented 4 years ago