ccapture.js
ccapture.js copied to clipboard
Capture and process a multi-layered canvas as one
Absolutely love the plugin, was just figuring it out if I can use it for my case. I have a multi-layered canvas going on, all backed up by Javascript and libraries.
<div>
<canvas>
<canvas>
</div>
Would it be possible to capture the canvases as one with ccapture.js? If not, feature request?
Thanks!
You should be able to compose your multiple canvas into a single canvas -may be even an OffscreenCanvas- in the way you want, and use CCapture on that canvas.