SamarthTech / web-dev-projects-hacktoberfest24

This is the Official Repository of SAMARTH for HacktoberFest'24. Contribute your Web Development or Applications in our Repository 🔥. Make Quality Contributions, and get the Hacktoberfest Badges 😎
MIT License
53 stars 43 forks source link

Added Download Button for Generated QR Code #18

Closed 5haiqin closed 19 hours ago

5haiqin commented 1 day ago

This update introduces a download button for the QR code generator. Users can now download the generated QR code as a PNG image directly from the browser. Key changes include:

  1. Addition of a hidden download button, which becomes visible once a QR code is generated.
  2. Functionality to convert the QR code rendered on a canvas to a downloadable image file when the button is clicked.