Can the save() function include p5 elements within the saved image?

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!

Sign In or Register to comment.