We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I've been playing around with the save() function. I can get it to successfully save the drawing on my canvas as an image. However, when using the DOM library and creating p5.Elements that float on top of the canvas, these are not included when saving the canvas.
Is there a way to include p5.Elements when saving the canvas as an image?
Thank you!