This commit is contained in:
33333-33333 2026-07-16 22:12:03 +09:00
commit 2cc2f003df
71 changed files with 3359 additions and 1027 deletions

View file

@ -1,5 +1,7 @@
"use strict";
function escapeHtml(value) { return window.TarinaiUIHelpers.htmlEscape(value); }
function resizeCanvas() {
const rect = canvas.getBoundingClientRect();
const perfScale = window.TarinaiPerf.dprScale();