Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)