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 20, 2024
1 parent 445dfcc commit bdb18ad
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
@@ -1,6 +1,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 */
const canvas = document.querySelector('canvas');
const mode = document.getElementById('jsMode');
const ctx = canvas.getContext('2d');
Expand Down

0 comments on commit bdb18ad

Please sign in to comment.