Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture and process a multi-layered canvas as one #111

Open
frizurd opened this issue Apr 28, 2020 · 1 comment
Open

Capture and process a multi-layered canvas as one #111

frizurd opened this issue Apr 28, 2020 · 1 comment

Comments

@frizurd
Copy link

frizurd commented Apr 28, 2020

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!

@spite
Copy link
Owner

spite commented Apr 28, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants