All Projects → bettysteger → angular-croppie

bettysteger / angular-croppie

Licence: other
Angular 1.5+ Component for Croppie

Projects that are alternatives of or similar to angular-croppie

Croppie
A Javascript Image Cropper
Stars: ✭ 2,330 (+14462.5%)
Mutual labels:  image-cropper, croppie
ngx-filesaver
Simple file save with FileSaver.js
Stars: ✭ 78 (+387.5%)
Mutual labels:  angular-component
Vue Croppa
A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.
Stars: ✭ 942 (+5787.5%)
Mutual labels:  image-cropper
Cropiwa
📐 Configurable Custom Crop widget for Android
Stars: ✭ 2,185 (+13556.25%)
Mutual labels:  image-cropper
Cropperjs
JavaScript image cropper.
Stars: ✭ 10,120 (+63150%)
Mutual labels:  image-cropper
Antd Img Crop
🔪 An image cropper for Ant Design Upload
Stars: ✭ 207 (+1193.75%)
Mutual labels:  image-cropper
Jquery Cropper
A jQuery plugin wrapper for Cropper.js.
Stars: ✭ 516 (+3125%)
Mutual labels:  image-cropper
vcrop
A simple Vue image cropping component.
Stars: ✭ 14 (-12.5%)
Mutual labels:  image-cropper
react-drop-n-crop
An opinionated implementation of react-dropzone and react-cropper
Stars: ✭ 17 (+6.25%)
Mutual labels:  image-cropper
Faimagecropper
Image Cropper like Instagram
Stars: ✭ 188 (+1075%)
Mutual labels:  image-cropper
React Image Cropper
react image crop
Stars: ✭ 170 (+962.5%)
Mutual labels:  image-cropper
Fileuploader
Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
Stars: ✭ 111 (+593.75%)
Mutual labels:  image-cropper
Imagepicker
Android下的图片选择与裁剪开源库(android image picker and cropper library)
Stars: ✭ 223 (+1293.75%)
Mutual labels:  image-cropper
Cropper
⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
Stars: ✭ 7,825 (+48806.25%)
Mutual labels:  image-cropper
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (+118.75%)
Mutual labels:  image-cropper
Flutter image cropper
A Flutter plugin for Android and iOS supports cropping images
Stars: ✭ 723 (+4418.75%)
Mutual labels:  image-cropper
React Native Image Cropper
Crop your images with zoom and pan
Stars: ✭ 150 (+837.5%)
Mutual labels:  image-cropper
tinycrop
Pure JavaScript image crop library
Stars: ✭ 62 (+287.5%)
Mutual labels:  image-cropper
xcrop
Mobile image cropping component - Vue React 移动端裁剪组件
Stars: ✭ 27 (+68.75%)
Mutual labels:  image-cropper
angular-tag-cloud-module
This angular module contains a component which generates tag clouds.
Stars: ✭ 38 (+137.5%)
Mutual labels:  angular-component

angularCroppie

Image Cropper using Croppie

Install

Npm: npm install angular-croppie

Usage

Add the dependency: angular.module('myApp', ['angularCroppie']). Use the Angular 1.5 component:

<croppie src="cropped.source" ng-model="cropped.image"></croppie>

or with Croppie options:

<croppie src="cropped.source" ng-model="cropped.image" options="{ viewport: { width: 400, height: 280 } }"></croppie>

Simple Example: plnkr

Documentation

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].