Contradictory recommendations for Cropper replacement
bkline opened this issue · 3 comments
bkline commented
Describe the bug
The Cropper website's home page in some places say that the recommended replacement is jquery-cropper and in other places Cropper.js is identified as the recommended replacement.
To Reproduce
Steps to reproduce the behavior:
- Go to https://fengyuanchen.github.io/cropper/
- Read the banner saying "As of v4.0.0, the core code of Cropper is replaced with Cropper.js. I recommend you to use the jquery-cropper instead of Cropper.
- Hover pointer device over Cropper.js in the top menu.
- Read the documentation tooltip: "the non-jQuery version of Cropper (recommended)"
- Scratch your head and wonder which version is the recommended version.
Expected behavior
The Cropper site's home page provides a clear, unambiguous statement of which version is the recommended replacement.
Desktop (please complete the following information):
- OS: N/A
- Browser N/A
- Version N/A
fengyuanchen commented
The Cropper.js is more recommended!
fengyuanchen commented
- What is the difference between Cropper, Cropper.js, and jQuery Cropper?
GitHub Project | npm Package | Dependencies | Created At | Status | Description |
---|---|---|---|---|---|
Cropper | cropper |
jquery |
2014 | Deprecated | A simple jQuery image cropping plugin. |
Cropper.js | cropperjs |
- | 2015 | Active | JavaScript image cropper. |
jQuery Cropper | jquery-cropper |
jquery + cropperjs |
2018 | Maintaining | A jQuery plugin wrapper for Cropper.js. |
bkline commented
Thanks!