0.0.8 • Published 2 years ago

ngx-croppie-plus v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago