This commit is contained in:
platane
2025-03-23 13:45:30 +01:00
parent be9fca7f10
commit 34d5617f54
5 changed files with 79 additions and 25 deletions

View File

@@ -9,8 +9,6 @@ import { grid } from "./sample";
const freeCells = api.iget_free_cell(g);
console.log(freeCells);
{
const { canvas, draw, highlightCell } = createCanvas(g);
document.body.appendChild(canvas);