This commit is contained in:
Maciej Caderek
2022-02-11 00:45:22 +01:00
parent e93ac083fa
commit 8e9cc77ce6
11 changed files with 249 additions and 260 deletions

View File

@@ -195,8 +195,6 @@ class Board {
canvas.width = this.size;
canvas.height = this.size + this.margin * 2;
console.log({ style: this.style });
const { background, dark, light, border, coords } = this.style;
await drawRectangle(ctx, this.width, this.height, 0, 0, border);