Using p5 without a canvas

new p5();
function setup() {
	noCanvas()
}