This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-09-08 03:18:00 +00:00
parent 2e840b4b86
commit 3c2fd49227
3 changed files with 3 additions and 3 deletions

View File

@@ -371,7 +371,7 @@ var asDataURL = (f) => new Promise((r) => {
fr.onload = () => r(String(fr.result || ""));
fr.readAsDataURL(f);
});
var imgToWebp = (f, D = 128, q = 80) => new Promise((r, j) => {
var imgToWebp = (f, D = 96, q = 75) => new Promise((r, j) => {
if (!f) return j();
const i = new Image();
i.onload = () => {