We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55499e0 commit 8d677bcCopy full SHA for 8d677bc
example/examples/drawboard.js
@@ -1,7 +1,7 @@
1
// Draw Board
2
const drawBoardOptions = {
3
canvas: document.getElementById('drawboard-canvas'),
4
- dimensions: [1000, 1000],
+ dimensions: [420, 360],
5
6
xScaleFactor: 1,
7
yScaleFactor: 1,
0 commit comments