From fd8b60e84a831f45930f4c454fce8f6b50af186e Mon Sep 17 00:00:00 2001 From: Aldess <106018979+AldessScratch@users.noreply.github.com> Date: Sat, 25 Nov 2023 18:47:52 +0100 Subject: [PATCH] Update script.js --- public/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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++) {