From 5cda7db40000327a2cc66559e5bde06602c08103 Mon Sep 17 00:00:00 2001 From: kura Date: Mon, 7 Jul 2025 13:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4=E8=AE=A1?= =?UTF-8?q?=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/test/index.html b/test/index.html index d931c88..983098b 100644 --- a/test/index.html +++ b/test/index.html @@ -82,6 +82,7 @@ if (file) { const reader = new FileReader(); reader.onload = function(e) { + startTime=Date.now(); const buffer = base64ToArrayBuffer(e.target.result.split(",")[1]); const targetWidth = document.getElementById("width").value; const targetHeight = document.getElementById("height").value;