ImagerJs
ImagerJs copied to clipboard
A JavaScript library for uploading images using drag & drop. Crop, rotate, resize, or shrink your image before uploading.
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/*');...
Is available a little lot of examples that function it?
Where does it store the images with the "standalone" code
https://github.com/carstenschaefer/ImagerJs/blob/74a8a2b9ac66ab1af270044275cb9adee4941d67/src/ImagerJs.js#L599 This line lacks the translation
i saved the image locally and after success function i want to delete method so that my image uploader be reset . Delete: { fullRemove: false }, please solve the...
Hi there, İs there any conf to use crop option only specified width and height?
Please check the demo sample https://carstenschaefer.github.io/ImagerJs/examples/standalone/ On Mac Safari 12.0.3, after selecting the photo it shows "Please wait" and shows a loading cursor and never goes away.
On the standalone demo page I can only drag the handles of the crop selection box. I should be able to click the center of the selection and drag the...
I don't want image upload functionality at the start. I want to provide my own image tag within in HTML. what should I do ??
Thanks for ImagerJs! The [FAQ](https://www.imagerjs.com/faq) currently reads: ``` What are the requirements for your image uploader library? ImagerJs does not depend on any JavaScript libraries or frameworks, so it should...