ChrisCinelli / branded-qr-code

npm module to create QR Codes with a logo
68 stars 20 forks source link

dependency updates, qrcode module buffer output #11

Closed EriksRemess closed 2 months ago

EriksRemess commented 4 years ago

Updated all current dependencies. Updated to use QRCode.toBuffer instead of QRCode.toDataURL. By doing that removed need for data-uri-to-buffer dependency. Updated files to work with current Babel and ESLint versions.