xxxxxxxxxx
14
/*
THE MATHEMAGICAL PROTOTYPE LIBRARY is in
mathemagical-prototype.js in the directory for
this project. It's already linked into index.html, so
this sketch can be used to try out features.
*/
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}