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 need to crop the image on the server side. is it possible to calculate the width/height given the metadata? { "startX": -481.01767040691396, "startY": -850.3240346381334, "scale": 9.13560412659178, "orientation": 1 }...

I'm loading in an initial image, but then providing users the option to change that image. If they do, I want to immediately upload that new image from Croppa to...

Hey is there a way to make and event on clicking out of the editor? I used vue-click-outside directive but it emits the event when you drag your image and...

enhancement

设备iPhone 6s, 系统 iOS 10 initial-image为base64方式加载,加载的时候img.complete 为fasle,代码进入img.onerror方法,求大神指点迷津

I'm planning to use this in part to speed up image uploads to the server. Regardless of the size of image the user puts into croppa, I'd like to output...

waiting for feedback

Hey guys, When a modal is opened, I want to process when croppa is loaded and Metadata is applied. For example; I want to run 'loading' until the metadata is...

I've a problem with hasImage() method... `Continue` I get this error: > _vm.croppa.hasImage is not a function

## case the remove button is be funny position when canvas size is so large. ## fix method apply `removeButtonSize` property to it's position

any possibility to make vue croppa required field

I am using your library image crop library. so every thing was fine i was able to crop image. when there was case of image upload i was stuck since...