We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am making composite UI effects such as realtime blur using the latest version.
Example: https://codepen.io/acronamy/pen/XLoVbR
I am looking for a way to apply ctx.filter blur to the canvas context before rendering. How can I get the 2d context?
The text was updated successfully, but these errors were encountered:
You could create the canvas yourself, and pass it as an option to html2canvas. #2017 fixes the use of that option
canvas
Sorry, something went wrong.
No branches or pull requests
I am making composite UI effects such as realtime blur using the latest version.
Example: https://codepen.io/acronamy/pen/XLoVbR
I am looking for a way to apply ctx.filter blur to the canvas context before rendering. How can I get the 2d context?
The text was updated successfully, but these errors were encountered: