Say I have a canvas with multiple layers and multiple
elements on top of it and I want to render all of that to another canvas on a different part of the page. Can this be done?
is it possible to just render whatever is on some part of the screen at a pixel level to a canvas?