Cordobo / angularx-qrcode

A fast and easy-to-use Angular QR Code Generator library with Ivy support
https://cordobo.github.io/angularx-qrcode/
MIT License
459 stars 127 forks source link

Feature Request: Make QR Code downloadable #168

Closed HelloooJoe closed 2 years ago

HelloooJoe commented 2 years ago

It would be nice if after the QR code was generated, we could some how download it. Maybe consider using file-saver.

Cordobo commented 2 years ago

Hi @CodeWorldIndustries

I added working code to the demo app to demonstrate how to download the qrcode, which works for angularx-qrcode starting with 2.x

Demo app with download button: https://cordobo.github.io/angularx-qrcode/

Stack Overflow: https://stackoverflow.com/a/71754060/3340328

For 1.x versions: https://stackblitz.com/edit/angularx-qrcode-download-qrcode-image

More ressources: https://github.com/Cordobo/angularx-qrcode/issues/117#issuecomment-828166056

HTH

Cordobo commented 2 years ago

Added working code for download button to demo app.