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

Notice any errors or typos? Please let us know. Please feel free to edit src/core/rendering.js and open a pull request!

Referencias Relacionadas