vue-image-crop-upload icon indicating copy to clipboard operation
vue-image-crop-upload copied to clipboard

A beautiful vue component for image cropping and uploading. (vue图片剪裁上传组件)

Results 106 vue-image-crop-upload issues
Sort by recently updated
recently updated
newest added
trafficstars

一张78.kb 的图片上传后会变成900kb

由于业务需要:直接剪裁线上采集回来的图片,而无需下载后再上传进行剪裁

[react-image-crop-upload](https://github.com/masongzhi/react-image-crop-upload) react version which learn from vue-image-crop-upload

How can I change the language? By default Chinese is displaying. ![image](https://user-images.githubusercontent.com/36624965/45883150-e3a53300-bdcd-11e8-8cd3-7e1017b387bb.png)

![image](https://user-images.githubusercontent.com/16098072/50049163-f7d0a600-0118-11e9-8fec-2df4d9fec111.png)

With Sass version, I did in my projects like this ```scss .vue-image-crop-upload { .vicp-wrap { @include breakpoint(small only) { width: 100%; height: 100vH; } } } ```