diff --git a/public/script.js b/public/script.js index 55023c1..39d58a2 100644 --- a/public/script.js +++ b/public/script.js @@ -49,8 +49,8 @@ function placePixel(index, color) { // Create the canvas const canvasDiv = document.getElementById('canvas'); -const canvasWidth = 100; -const canvasHeight = 100; +const canvasWidth = 200; +const canvasHeight = 200; function createCanvas() { for (let i = 0; i < canvasWidth * canvasHeight; i++) {