https://github.com/chengpeiquan/vue-picture-cropper
A simple and easy-to-use picture cropping component for Vue 3. 一个简单易用的Vue 3图片裁剪组件。
https://github.com/chengpeiquan/vue-picture-cropper
vue-3
Last synced: 20 days ago
JSON representation
A simple and easy-to-use picture cropping component for Vue 3. 一个简单易用的Vue 3图片裁剪组件。
- Host: GitHub
- URL: https://github.com/chengpeiquan/vue-picture-cropper
- Owner: chengpeiquan
- License: mit
- Created: 2020-11-16T02:36:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:57:49.000Z (about 2 months ago)
- Last Synced: 2025-04-03T11:41:29.794Z (24 days ago)
- Topics: vue-3
- Language: TypeScript
- Homepage: https://cropper.chengpeiquan.com
- Size: 2.22 MB
- Stars: 127
- Watchers: 1
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
vue-picture-cropper
[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
```## 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)