# image-cropper **Repository Path**: mirrors_ElemeFE/image-cropper ## Basic Information - **Project Name**: image-cropper - **Description**: A image cropper for cropping user avatar, no dependencies. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: ```Shell npm install ``` Build your own js file after modify source code (including angular & standalone): ```Shell npm run build ``` Build standalone dist: ```Shell npm run build-plain ``` Watch source code then auto build: ```Shell npm run watch ```