I want this sketch (#1) to be the background p5.js Web Editor of this sketch (#2) p5.js Web Editor
I want to save sketch#1 output as an image and use the image as the background of another sketch#2, all in the same program.
I know Instantiation / namespace (video by Dan Shiffman and doc), is that the best way of doing what I described above?
If not, is there a way two canvas can overlap each other without interfering with one another’s code?