vue-image-crop-upload
vue-image-crop-upload copied to clipboard
A beautiful vue component for image cropping and uploading. (vue图片剪裁上传组件)
一张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 use it multiple time in one page?
How can I change the language? By default Chinese is displaying. 

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; } } } ```