News

First, we create a canvas of a certain width and height specified by constants we defined earlier in the file. This code actually creates the canvas element and adds it do the DOM.
Last week we created a textured paper canvas and got a healthy dose of the P5 API and JavaScript’s Math.random() function. This week, we’re going to look at a specific element of watercolor to ...