0.0.8 • Published 3 years ago

ngx-croppie-plus v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

NgxCroppie

Image Cropper for angular X using Croppie

Install

Npm: npm install ngx-croppie-plus

Usage

Add the dependency:

    import { NgxCroppieModule } from 'ngx-croppie-plus';

Use in Angular 2x component:

with Croppie options:

    <ngx-croppie [src]="source" [options]="{ viewport: { width: 200, height: 200 } }"></ngx-croppie>

Simple Example: (Soon)

Documentation

Documentation

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago