0.3.1 • Published 9 years ago

image-cropper.js v0.3.1

Weekly downloads
10
License
MIT
Repository
github
Last release
9 years ago

Image Cropper

A image cropper for cropping user avatar, no dependencies.

Document & Demo: http://elemefe.github.io/image-cropper/

build & watch

Build your own js file after modify source code (including angular & standalone):

npm run build

Build standalone dist:

npm run build-plain

Watch source code then auto build:

npm run watch