Skip to content

ElemeFE/image-cropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Cropper

A image cropper for cropping user avatar, no dependencies.

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

Build & Watch

Before Build & Watch, you should install browserify & watchify use:

npm install

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