Crea un objeto
Ejemplos
Sintaxis
createImage(width, height)
Parámetros
width
Integer:
ancho en píxeles.
height
Integer:
alto en píxeles.
Returns
p5.Image: nuevo objeto p5.Image.
Notice any errors or typos? Please let us know. Please feel free to edit src/image/image.js and open a pull request!