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 = '';