Update Canvas.js

This commit is contained in:
Dariusz L
2025-06-26 03:44:35 +02:00
parent c892f93c35
commit c149976610

View File

@@ -18,7 +18,7 @@ export class Canvas {
this.widget = widget;
this.canvas = document.createElement('canvas');
this.ctx = this.canvas.getContext('2d');
this.width = 1024;
this.width = 512;
this.height = 512;
this.layers = [];
this.selectedLayer = null;