Referencia remove()

remove()

Removes the sketch from the web page.

Calling remove() stops the draw loop and removes any HTML elements created by the sketch, including the canvas. A new sketch can be created by using the p5() constructor, as in new p5().

Ejemplos

Sintaxis

remove()
remove()
remove()
remove()

Parámetros


Referencias Relacionadas