You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
Merge remote-tracking branch 'origin/main' into feature/checkpoint-20260403
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user