|
@@ -5765,7 +5765,7 @@ export default {
|
|
|
) {
|
|
|
// const blob = await imageConversion.compress(file, 0.8)
|
|
|
file = await this.pngToWhiteBg(file);
|
|
|
- const blob = await imageConversion.compressAccurately(file, 64);
|
|
|
+ const blob = await imageConversion.compressAccurately(file, 128);
|
|
|
// const blob = await imageConversion.compressAccurately(file, {type:file.type});
|
|
|
file = new File([blob], file.name, { type: file.type });
|
|
|
}
|