# vue-cropperjs **Repository Path**: mirrors_Leecason/vue-cropperjs ## Basic Information - **Project Name**: vue-cropperjs - **Description**: A Vue wrapper component for cropperjs https://github.com/fengyuanchen/cropperjs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cropperjs A Vue wrapper component for [cropperjs](https://github.com/fengyuanchen/cropperjs). [![NPM](https://nodei.co/npm/vue-cropperjs.png?downloads=true)](https://nodei.co/npm/vue-cropperjs/) ## Demo Checkout here **[agontuk.github.io/vue-cropperjs](https://agontuk.github.io/vue-cropperjs/)** ## Installation ```shell npm install --save vue-cropperjs ``` For Vue 1.0, use ```shell npm install --save vue-cropperjs@1.0.3 ``` > You will also need css & style loader for webpack ## Usage See the [example](https://github.com/Agontuk/vue-cropperjs/tree/master/example) files & [cropperjs](https://github.com/fengyuanchen/cropperjs#cropperjs) documentation ## Options ### src * Type: `string` * Required: `false` ### containerStyle * Type: `object` * Required: `false` Styling for the image container ### imgStyle * Type: `object` * Required: `false` Styling for the image ### alt * Type: `string` * Required: `false` Alternate text for the image ### Crop related options See cropperjs [documentation](https://github.com/fengyuanchen/cropperjs#options) for all posible options & methods. ## License MIT