Skip to content

Add QR Code Generator tool#30

Closed
GhDj wants to merge 1 commit into
developfrom
feature/qr-code-generator
Closed

Add QR Code Generator tool#30
GhDj wants to merge 1 commit into
developfrom
feature/qr-code-generator

Conversation

@GhDj

@GhDj GhDj commented Dec 14, 2025

Copy link
Copy Markdown
Owner

Summary

  • Add QR Code Generator tool for creating QR codes from various content types
  • Support for text, URLs, email (mailto:), phone (tel:), SMS, WiFi formats
  • Customizable QR code size (128-512px) and colors (foreground/background)
  • Error correction level options (Low 7%, Medium 15%, Quartile 25%, High 30%)
  • Download as PNG or SVG format
  • Copy QR code image directly to clipboard
  • Quick templates for common use cases
  • Client-side only implementation using qrcode.js library

Test plan

  • All 35 WebRoutesTest pass
  • Verify QR code generation with different content types
  • Test color customization
  • Test download PNG/SVG functionality
  • Test copy to clipboard
  • Verify responsive layout

- Generate QR codes from text, URLs, email, phone, SMS, WiFi
- Customizable size (128-512px) and colors
- Error correction level options (L, M, Q, H)
- Download as PNG or SVG
- Copy QR code image to clipboard
- Quick templates for common use cases
- Client-side only using qrcode.js library
@GhDj

GhDj commented Dec 15, 2025

Copy link
Copy Markdown
Owner Author

Merged via cherry-pick into develop

@GhDj GhDj closed this Dec 15, 2025
@GhDj GhDj deleted the feature/qr-code-generator branch April 29, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant