fengyuanchen / cropper

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

get Cropper instance documentation #975

Closed begin29 closed 6 years ago

begin29 commented 6 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update
[ ] Refactor
[ ] Build related changes
[x ] Documentation content changes
[ ] Other, Please describe:

What is the current behavior?

Documentation contains information about manipulation with Cropper instance, but if you use jquery $('img').cropper returns DOM object and save instance to data attribute

Issue Number: N/A

What is the new behavior?

Added to documentation how to get Cropper instance

Does this PR introduce a breaking change?

[ ] Yes
[ x ] No

Other information