Adds support for generating QR codes in SVG format alongside PNG,
providing users with the option to choose between these formats.
Includes UI elements for selecting output format. Updates to utilize
local QR code library instead of external CDN.
Improves accessibility by allowing QR codes to be downloaded as SVG files.
Fixes UI discrepancies when switching between formats.
Added additional spacing between several components for better separation, improving the overall readability and visual clarity of the page. Updated the body, qr-code-container, card, textarea-container, and footer sections with these adjustments.
Improved HTML indentation to enhance the readability and maintainability of the code. Consistently formatted self-closing tags for better HTML5 compliance. This change ensures a cleaner and more developer-friendly structure, facilitating easier future edits and collaboration.
Included a support badge in the README to promote donations via Private.coffee. This enhancement aims to foster community support and provide an avenue for appreciative users to contribute.
Introduced QRMaker, a simple web app for generating QR codes from user input. Key features include real-time QR code generation, multi-line input, and responsive design using Bootstrap. Added initial project setup with HTML, CSS, JS, and a README for setup and usage instructions.