angular-croppie
v1.0.4
Published
Use Croppie (https://github.com/Foliotek/Croppie) for a simple image cropping.
Downloads
471
Readme
angularCroppie
Image Cropper using Croppie
Install
Npm: npm install angular-croppie
Usage
Add the dependency: angular.module('myApp', ['angularCroppie'])
.
Use the Angular 1.5 component:
<croppie src="cropped.source" ng-model="cropped.image"></croppie>
or with Croppie options:
<croppie src="cropped.source" ng-model="cropped.image" options="{ viewport: { width: 400, height: 280 } }"></croppie>
Simple Example: plnkr