Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.56k stars 885 forks source link

Need to reuse points then what to do. #746

Open pvs5011 opened 3 years ago

pvs5011 commented 3 years ago

My problem is that every time I reuse the croppie I don't reuse the cropped file but use the original, uncropped file, so I need to reuse the points that was adjacent before it, is there any solution for this not. Here is my example. http://jsfiddle.net/pvs5011/oLy6rc02/11/ I have many different images using the same modal. Thank you for your support.