alexisnomine / ngCropper

Another AngularJS directive for https://github.com/fengyuanchen/cropper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngCropper (alpha)

Another AngularJS directive for https://github.com/fengyuanchen/cropper

Features

  • Uses the latest version of fengyuanchen's Cropper
  • Get directly a resized image as output (IE9+)

Usage

<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>

Remarks

This plugin is not a fork of https://github.com/koorgoo/ngCropper. It's a distinct AngularJS wrapper for fengyuanchen's Cropper.

TODO

  • Add documentation
  • Add demo
  • Translate comments to English

About

Another AngularJS directive for https://github.com/fengyuanchen/cropper

License:MIT License


Languages

Language:JavaScript 100.0%