Saving canvas to img with all p5 elements

Is it possible to save canvas with all custom elements like divs, p, a, etc. created (by p5.dom) and positioned on the canvas? The simple text() function was quite buggy for me, I decided to use createElement to simulate text on a canvas with possibility to edit it and change its position.

This question is similar to the unaswered question: https://forum.processing.org/two/discussion/19707/can-the-save-function-include-p5-elements-within-the-saved-image

Sign In or Register to comment.