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 output common methods such as QR code, image or base64 to the web page? #50

Open
jackzhujie opened this issue Mar 26, 2022 · 3 comments

Comments

@jackzhujie
Copy link

The background is this, our ci is implemented on the server through git hooks, and now we want to send the packaged program QR code directly to the recipient's mailbox, so as to avoid opening the server console to find the QR code, See if the author has a better way.

@jackzhujie
Copy link
Author

The QR code can be seen on the console through console.log, but it becomes difficult to attach it to the email and send it out.

@aiyemomi
Copy link

Hello, where you able to figure this out?

@LucBerge
Copy link

LucBerge commented Feb 6, 2023

@jackzhujie @aiyemomi Use qrcode instead: https://www.npmjs.com/package/qrcode
You can both print the qr code in the console and save it as a file.

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

3 participants