<p align='center'>
  <img src="./docs/public/logo-min.png" alt="vue-picture-cropper" />
</p>

<h1 align='center'>vue-picture-cropper</h1>

<p align='center'>
  <a href='https://www.npmjs.com/package/vue-picture-cropper'>
    <img src="https://img.shields.io/npm/v/vue-picture-cropper?color=3fb984&label=npm" />
  </a>
  <a href="https://www.npmjs.com/package/vue-picture-cropper" target="__blank">
    <img src="https://img.shields.io/npm/dt/vue-picture-cropper?color=3fb984&label=downloads" />
  </a>
  <a href="https://cropper.chengpeiquan.com" target="__blank">
    <img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20demos&color=3fb984" />
  </a>
  <a href="https://github.com/chengpeiquan/vue-picture-cropper" target="__blank">
    <img alt="GitHub stars" src="https://img.shields.io/github/stars/chengpeiquan/vue-picture-cropper?style=social" />
  </a>
</p>
<br>
<br>

[English](https://cropper.chengpeiquan.com) | [简体中文](https://cropper.chengpeiquan.com/zh/)

A simple and easy-to-use picture cropping component for Vue 3.

## Installation

Install the package from npm (or yarn, or pnpm).

```bash
npm install vue-picture-cropper cropperjs@^1
```

## Documentation

See: [https://cropper.chengpeiquan.com](https://cropper.chengpeiquan.com)

## License

[MIT License](https://github.com/chengpeiquan/vue-picture-cropper/blob/main/LICENSE) © 2020 [chengpeiquan](https://github.com/chengpeiquan)
