-
**When a user uploads an image, I convert it to base64 and then crop it.**
**Upload Image Code**
```
const reader = new FileReader();
reader.onload = (event) => {
this.uploadImage = event.ta…
-
本地环境:
"Chrome": 124.0.6367.92
"vue": "^3.4.21",
"vue-cropper": "^1.1.2"
本地测试时,发现fillColor 参数一直不生效,背景一直是黑色,后来参数#301,将导出图片设置成png, 背景为透明了,fillColor还是没生效,测试线上vue3示例也是同样问题,但vue2的示例在jpg格式下,背景也会生效
-
Unforeseen Background Blackening: Complete Blackness Instead of Transparency After PNG Image Cropping.
Package:
```
"vue-advanced-cropper": "^2.8.6",
```
![image](https://github.com/advan…
-
I am using vue2 and vue-cropper version is 4.2.0
-
如下图所示,没有提示:
![001](https://github.com/user-attachments/assets/864f722b-22a5-4ee8-a125-56ad46e3fbf3)
-
-
![image](https://user-images.githubusercontent.com/33892855/134327972-635bf3ec-7103-40d8-ba41-84fbb23e7e56.png)
这是chrome版本
![image](https://user-images.githubusercontent.com/33892855/134328045-9dbe9…
-
nuxt3我全局导入了插件,nuxtApp.vueApp._context.components里面有VueCropper,但是我在页面上使用,ref获取不到这个,元素里面也渲染不出来
-
Vite run build error:
Uncaught SyntaxError: The requested module '/node_modules/.vite/vue.js?v=4be5e010' does not provide an export named 'createElementBlock'
![image](https://user-images.github…
-
Is there any example with this example but using TypeScript and vue 3?