ui-cropper

WebJar for ui-cropper

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

ui-cropper
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

ui-cropper
WebJar for ui-cropper
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/CrackerakiUA/ui-cropper

Скачать ui-cropper

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ui-cropper/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ui-cropper</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ui-cropper/
implementation 'org.webjars.bower:ui-cropper:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.bower/ui-cropper/
implementation ("org.webjars.bower:ui-cropper:1.0.4")
'org.webjars.bower:ui-cropper:jar:1.0.4'
<dependency org="org.webjars.bower" name="ui-cropper" rev="1.0.4">
  <artifact name="ui-cropper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ui-cropper', version='1.0.4')
)
libraryDependencies += "org.webjars.bower" % "ui-cropper" % "1.0.4"
[org.webjars.bower/ui-cropper "1.0.4"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : angular jar [1.4.0,)

Модули Проекта

Данный проект не имеет модулей.

uiCropper

Build Status GitHub release Join the chat at https://gitter.im/CrackerakiUA/ui-cropper Backers on Open Collective Sponsors on Open Collective

Simple Image Crop directive for AngularJS. Enables to crop a circle, square or rectangle from of an image.

Live demo

Test it yourself, upload or choose an image from url in our amazing Online test suite

or pick a Codepen to play around with it
Codepen: Circle + Chargement Crop
Codepen: Square + Init Url Crop + Maximum rendered image
Codepen: Rectangle Crop
Codepen: Rectangle Crop + Crop info
Codepen: Rectangle With Aspect Crop and Max Init
Codepen: Rectangle + Aspect + Array Crop
Codepen: Rectangle + CSS Crop
Codepen: Different sizes

News

We just moved this lib to new name, before you add it to your please do tests.

Contribution

If you want to contribute, please join our gitter chat.

Installing

Download directly

Download ui-cropper files from GitHub

Bower

bower install ui-cropper

NPM

npm install ui-cropper

Meteor

meteor npm install --save 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

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

See the LICENSE file

Версии библиотеки

Версия
1.0.4
1.0.3