shikharyashmaurya commited on
Commit
61772da
1 Parent(s): d84f4af

Update sketch.js

Browse files
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -3,7 +3,7 @@ let lastX, lastY;
3
 
4
  function setup() {
5
  createCanvas(400, 400);
6
- background(255); // White background
7
  }
8
 
9
  function draw() {
 
3
 
4
  function setup() {
5
  createCanvas(400, 400);
6
+ background(100); // White background
7
  }
8
 
9
  function draw() {