From 330690f9721637e18d8978d2def65401facbf882 Mon Sep 17 00:00:00 2001 From: "rachel.koldenhoven" Date: Sun, 10 Jun 2018 13:03:07 +0530 Subject: [PATCH] expand canvas --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index cbe4b7e..ce39e18 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ -const WIDTH = 4; //64; -const HEIGHT = 4; //32; +const WIDTH = 48; +const HEIGHT = 24; // State let brushColor = '';