ImagerJs icon indicating copy to clipboard operation
ImagerJs copied to clipboard

ImagerJs autoload image

Open H2CQ opened this issue 3 years ago • 1 comments

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?

H2CQ avatar Apr 16 '21 05:04 H2CQ

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've the same problem.

sergiocfv avatar Jun 15 '22 14:06 sergiocfv