-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I want to automatically load image. That means when user open the page, and the image directly show in the edit status.
write in JS:
var fileSelector = new ImagerJs.util.FileSelector('image/*');
fileSelector.parseFile(blob); //blob is the file
But nothing happened, no error showed. What the next step should I do?
Metadata
Metadata
Assignees
Labels
No labels