Merge remote-tracking branch 'origin/main' into feature/checkpoint-20260403

This commit is contained in:
Lorenzune
2026-04-03 05:25:28 +02:00
10 changed files with 342 additions and 244 deletions
@@ -62,7 +62,8 @@ export class CommunicationManager implements ICommunicationManager
t.shadowColor = 'blue';
t.fillRect(-20, 10, 234, 5);
const i = e.toDataURL();
document.body.appendChild(e);
e.width = 0;
e.height = 0;
let r = 0;
if (i.length === 0) return 'nothing!';
for (let n = 0; n < i.length; n++) {