Open jackzhujie opened 2 years ago
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.
Hello, where you able to figure this out?
@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.
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.