NeuralNik/linkr

Add Logo/Image Embedding in QR Codes

Offen

#13 geöffnet am 09.10.2025

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (3 Forks)auto 404
advancedbackendfeaturefrontendhacktoberfest

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Allow users to upload a small logo or image to embed in the center of QR codes.

Acceptance Criteria:

  • Image upload functionality
  • Image resizing and optimization
  • Ensure QR code remains scannable
  • Support PNG, JPG, SVG formats
  • Preview with embedded logo

Implementation Hints:

  • Use PIL (Python) for image processing
  • Implement file upload in frontend
  • Validate image dimensions and file size
  • Test QR code scannability with embedded images

Contributor Guide