Public
Edited
Oct 22, 2023
Insert cell
Insert cell
Insert cell
Insert cell
p5((sketch) => {
sketch.setup = function () {
sketch.createCanvas(width, height);
};
sketch.draw = function () {
//sketch.background(250);
sketch.rect(sketch.mouseX, sketch.mouseY, 50, 50);
};
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {p5} from "@thometnanni/p5";
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more