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