momentfree / node-red-contrib-qrcode-generator

Generate QRCode with Node-Red
MIT License
2 stars 0 forks source link

Send QR Code via email #2

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, I want to generate QR Code from your module and then attach it to email. I realize that, the output of your module is DataURI and need to covert to buffer. Is there any method to convert Data URI to buffer?