diff --git a/sketch.js b/sketch.js index 16765b5..bd198ab 100644 --- a/sketch.js +++ b/sketch.js @@ -3,7 +3,7 @@ let waves = []; let waveTypes = ["sine", "square", "triangle", "sawtooth"]; // Types of waves function setup() { - createCanvas(windowWidth, windowHeight); + createCanvas(windowWidth, windowHeight /2); noFill(); strokeWeight(3);