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

How to print it out through a browser? #81

Closed
xiaoniao opened this issue Apr 11, 2016 · 1 comment
Closed

How to print it out through a browser? #81

xiaoniao opened this issue Apr 11, 2016 · 1 comment

Comments

@xiaoniao
Copy link

Two-dimensional code can be saved into a picture? Because the two-dimensional code display can not be printed out through the browser print function.

function print() { window.print(); }

@jeromeetienne
Copy link
Owner

you can render to canvas and use .toDataUrl()

https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL

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