Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bettysteger/angular-croppie
Angular 1.5+ Component for Croppie
https://github.com/bettysteger/angular-croppie
angular-component croppie image-cropper
Last synced: 26 days ago
JSON representation
Angular 1.5+ Component for Croppie
- Host: GitHub
- URL: https://github.com/bettysteger/angular-croppie
- Owner: bettysteger
- Created: 2016-05-23T19:04:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T13:46:15.000Z (over 3 years ago)
- Last Synced: 2024-10-10T09:40:19.595Z (27 days ago)
- Topics: angular-component, croppie, image-cropper
- Homepage: https://lingohub.com/blog/2016/03/angularjs-directives-image-cropping/
- Size: 9.77 KB
- Stars: 17
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angularCroppie
Image Cropper using [Croppie](https://github.com/Foliotek/Croppie)
## Install
Npm: `npm install angular-croppie`
## Usage
Add the dependency: `angular.module('myApp', ['angularCroppie'])`.
Use the Angular 1.5 component:```
```
or with [Croppie options](http://foliotek.github.io/Croppie/#documentation):
```
```
Simple Example: [plnkr](https://plnkr.co/edit/tKTdhsUBr57coqlZBRgF?p=preview)
## Documentation
[Documentation](http://foliotek.github.io/Croppie#documentation)