From bfc2a8cc05cc30430b2eed2d7e23ecf50b3f007e Mon Sep 17 00:00:00 2001 From: Raph <96924364+Raphaelmos@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:46:58 +0100 Subject: [PATCH] Update app.js --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 3ed0163..786f3df 100644 --- a/app.js +++ b/app.js @@ -2,6 +2,7 @@ const CANVAS_SIZE = 1255; const INITIAL_COLOR = '#2c2c2c'; /* Switched back to old style and will give a look similar to a old Vista Paint MS */ +/* Possibility to add colorPicker similar to this : https://github.com/PitPik/colorPicker */ const canvas = document.querySelector('canvas'); const mode = document.getElementById('jsMode'); const ctx = canvas.getContext('2d');