1.1.2 • Published 5 years ago

ng-cropperjs v1.1.2

Weekly downloads
131
License
MIT
Repository
github
Last release
5 years ago

ngCropperjs

AngularJS module for https://github.com/fengyuanchen/cropperjs.

Fork and drop-in replacement of https://github.com/koorgoo/ngCropper

Install

npm install ng-cropperjs

Usage

<script src="node_modules/ng-cropperjs/dist/main.js"></script>
var app = angular.module('app', ['ngCropper']);

app.controller('Main', function(Cropper) {
    ...
});
<img src="image.jpg"
     ng-cropper
     ng-cropper-options="options"
     ng-cropper-show="'show.cropper'"
     ng-cropper-hide="'hide.cropper'">
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

7 years ago