Referencia noCanvas()

noCanvas()

Removes the default canvas.

By default, a 100×100 pixels canvas is created without needing to call createCanvas(). noCanvas() removes the default canvas for sketches that don't need it.

Ejemplos

Sintaxis

noCanvas()

Parámetros


Referencias Relacionadas