Another AngularJS directive for https://github.com/fengyuanchen/cropper
- Uses the latest version of fengyuanchen's Cropper
- Get directly a resized image as output (IE9+)
<cropper image-in="originalImage" image-out="resizedImage" out-width="format.Width" out-height="format.Height" compression="compressValue" config="cropperOptions" crop-box="cropBoxData" class="cropper"></cropper>
This plugin is not a fork of https://github.com/koorgoo/ngCropper. It's a distinct AngularJS wrapper for fengyuanchen's Cropper.
- Add documentation
- Add demo
- Translate comments to English