1.0.4 • Published 3 years ago

angular-croppie v1.0.4

Weekly downloads
151
License
MIT
Repository
github
Last release
3 years ago

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

Documentation

Documentation