Skip to content

Commit 8d677bc

Browse files
author
HarshKhandeparkar
committed
fix<demo>: drawboard canvas size reduced
1 parent 55499e0 commit 8d677bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/examples/drawboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Draw Board
22
const drawBoardOptions = {
33
canvas: document.getElementById('drawboard-canvas'),
4-
dimensions: [1000, 1000],
4+
dimensions: [420, 360],
55

66
xScaleFactor: 1,
77
yScaleFactor: 1,

0 commit comments

Comments
 (0)