// Cloned by rohan on 5 Dec 2021 from World "PRactical 2 on Doodle" by Abhishek Bongale
// Please leave this clone trail here.
$.getScript("https://unpkg.com/ml5@latest/dist/ml5.min.js");
function setup() {
createCanvas(400, 400);
}
function draw() {
background(200);
}