浏览代码

fix: modify the default image type to avoid cropping images that become too large. (#4307)

Co-authored-by: YanQi <yanqirj@gmail.com>
YanQi 7 月之前
父节点
当前提交
f99cc9b9fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Cropper/src/Cropper.vue

+ 1 - 1
src/components/Cropper/src/Cropper.vue

@@ -151,7 +151,7 @@
       fileReader.onerror = () => {
         emit('cropendError');
       };
-    }, 'image/png');
+    }, 'image/jpeg');
   }
 
   // Get a circular picture canvas