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

Hi guys im new at this and im trying to put a pin wherever the user clicks on the croppa but cant find a way to do that.

Is it possible to use Vue Croppa with animated GIF's? From my understanding, the code is using a HTML 5 `` element. And I'm not really sure if the ``...

I could't make it work, It is not passing appropriate data to backend. this is how my payload looks like when i checked it via network section while submitting the...

I had sucessfully crop image by using ( let url = this.cropImage.generateDataUrl()),After cropping Url hold image in based64 format. The issue was in based64 format so how can i directly...

Every time Vuejs starts, I get it. **Resource interpreted as Stylesheet but transferred with MIME type text/plain: "https://unpkg.com/vue-croppa/dist/vue-croppa.min.css".** On the screen I get this I don't have crop its a...

Hi, I would like to allow the user to upload multiple (infinite?) images. I tried having an empty array with a v-for directive and adding a copy of the current...

Is there a way to downsize the image before loading it into the canvas? That way the plugin would I think be a lot faster.

Hi there, I have been working on an extension that analyses eight samples along the edge of the canvas and extracts the most frequently used color, excluding white. I am...

In Chrome, I noticed that when selecting the same wrong file twice in a row, the second time the fileTypeMismatch event is not passed and therefore I cannot respond to...