diff --git a/public/script.js b/public/script.js index 0dd1b17..55023c1 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 = 50; -const canvasHeight = 50; +const canvasWidth = 100; +const canvasHeight = 100; function createCanvas() { for (let i = 0; i < canvasWidth * canvasHeight; i++) {