fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

Recreate Image cropped Images on editing. #965

Closed mustanish closed 6 years ago

mustanish commented 6 years ago

First of all thankyou for this plugin.I am trying to make an online image editor using this plugin, but I am stuck at one point.This application has functionality of re-edit, but How do I recreate the last edited version of image using this plugin.

fengyuanchen commented 6 years ago

You should save both the canvas data and crop box data for restore, here is a similar example: https://github.com/fengyuanchen/cropper/blob/master/examples/cropper-in-modal.html