1.1.2 • Published 6 years ago

eip-ui-cropper v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

uiCropper

Image Crop directive for AngularJS customised for the Particle CMS.

Installing

Download directly

Download eip-ui-cropper

Bower

bower install eip-ui-cropper

NPM

npm install eip-ui-cropper

Meteor

meteor npm install --save eip-ui-cropper

How to Use

angular.module('app', ['uiCropper'])
.controller(function($scope){
	$scope.myImage = 'https://raw.githubusercontent.com/CrackerakiUA/ui-cropper/master/screenshots/live.jpg';
	$scope.myCroppedImage = ''; // in this variable you will have dataUrl of cropped area.
});
<ui-cropper image="myImage" result-image="myCroppedImage"></ui-cropper>

Documentation

You can checkout all options under our wiki page

1.1.2

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago