-
Notifications
You must be signed in to change notification settings - Fork 406
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
Can not export the modified image #24
Comments
I discovered, that it works, if we use the |
Can you give an example of how you got this to work. I am struggling to export the canvas to an image. |
Hey @stuarteaton, that.renderingCanvas = fx.canvas();
that.renderingCanvas.draw(texture).perspective( //or any other transform
[0, 0, w, 0, 0, h, w, h],
points
).update();
that.renderingCanvas.toDataURL() |
Hi @glumb, |
I'm trying to export an image from the canvas using
canvas.toDataURL()
. This does not work for me on Chrome nor Firefox. Also the 'canvas.toDataURL.html' test does not show a second exported image.How to export or save a screenshot of the canvas the right way?
The text was updated successfully, but these errors were encountered: