Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaelmos authored Feb 26, 2024
1 parent f1411bd commit bfc2a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit bfc2a8c

Please sign in to comment.