vue-croppa icon indicating copy to clipboard operation
vue-croppa copied to clipboard

A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.

Results 96 vue-croppa issues
Sort by recently updated
recently updated
newest added

I have been surprised that I cant use the metadata provided by the "vue-croppa" to crop image on the server side, because its scale ratio calculates for its purposes and...

Doesn't seem to be working for me (shows up as null).

在浏览器中测试没有问题,但是与cordova集成后,在真机上点击没有任何反应。APP文件权限已经给了,请问是什么问题

This is more like a **feature request** if it is not already in the code. Is there a way to output the blob as progressive jpg?

Hi When uploading png image and generate `.generateDataUrl('image/png');` Image quality is lost. It turns white transaparent background to Black Image

I want to apply the metadata I previously used to the original image I have and get the output as base64 again. However, I want to do this without using...