neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 215 forks source link

Improved download function #45

Closed misternerd closed 8 years ago

misternerd commented 8 years ago

Use a newly created element for downloading the QR code. Allows adding an extension to the downloaded file.

neocotic commented 8 years ago

The download functionality has been completely removed in v2 (aka QRious #48) since it was out-of-scope for this library and a bit of a feature creep. I would recommend using a separate library (native or otherwise) to augment QRious to support download/save functionality.

Sorry for taking so long to reply to this and thanks for using this library. I hope you find the the newer version easier to use and better, even without this feature.