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

When I try to cut of some parts of an image, using plugin inside vue-croppa. The corners of the image are all black. **Example**: [https://codepen.io/ronniery-borges/pen/BajqaBd](https://codepen.io/ronniery-borges/pen/BajqaBd) Or ![rounded-image](https://user-images.githubusercontent.com/5189503/87595719-5da25c80-c6c5-11ea-8b7d-e92f69bb6004.jpg) How can I...

Hi. Does anyone having this issue? I am trying to save image with a sticker on ios. On Android and windows with chrome is fine. The error. ![image](https://user-images.githubusercontent.com/100168/86673679-492bd900-bfce-11ea-975a-84b551666d9b.png) My component:...

Hi! Is it possible to use rotation in degrees? I need to use a rotation with a certain pitch

表单效果如下: 姓名: 手机号: 上传头像: +++++++++++++ 从input框移开,点击vue-croppa,会先弹出手机软键盘,再关闭软件盘,再显示“相机或者文件” 请问有什么办法解决吗? ![微信图片_20200509170323](https://user-images.githubusercontent.com/34698384/81469369-1ad08e00-9217-11ea-916c-17dc854d794d.jpg) ![微信图片_20200509170327](https://user-images.githubusercontent.com/34698384/81469373-1c9a5180-9217-11ea-9455-462b38a39418.jpg)

when i enable auto-resize, the canvas does't work.

Hi, Loving croppa, is there any chance for typescript support? kind regards

Is it possible to work with video? It would be nice

enhancement
experimental

I have to crop an image for a carousel in a form , the croppa container has 300*167 px (to fit the form). If i resize the output image with...

不支持局部调用吗? 我在局部组件里面调用,报错 部分代码: ```html ``` ```js import Croppa from 'vue-croppa'; import 'vue-croppa/dist/vue-croppa.css'; export default { components : {Header,Popup,Croppa}, data() { return { myCroppa: {}, } }, mounted() { }, methods:...

Hi, I know that there is a prop called "placeholder" that allows us to change the initial heading of the canvas. However, is there a way to provide more customisation....