fengyuanchen / cropper

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

cropend #935

Closed monikamathur closed 6 years ago

monikamathur commented 6 years ago

I used auto crop and I want to know when cropping start or end, I can not use cropend or cropstart event, they are not working is there any other way to do this, I don't want to use timeout

fengyuanchen commented 6 years ago

For your case:

  1. before initialize the cropper, it is similar to cropstart.
  2. after the ready event triggered, it is the time of croppend.