Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
eip-ui-cropper
Advanced tools
Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect. Features like export array and more comming. Customised for Particle CMS
Image Crop directive for AngularJS customised for the Particle CMS.
bower install eip-ui-cropper
npm install eip-ui-cropper
meteor npm install --save eip-ui-cropper
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>
You can checkout all options under our wiki page
FAQs
Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect. Features like export array and more comming. Customised for Particle CMS
The npm package eip-ui-cropper receives a total of 0 weekly downloads. As such, eip-ui-cropper popularity was classified as not popular.
We found that eip-ui-cropper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.