You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
Would it be possible to capture the canvases as one with ccapture.js?
If not, feature request?
Thanks!
The text was updated successfully, but these errors were encountered: