NeuralNik/linkr

Add Logo/Image Embedding in QR Codes

オープン

#13 opened on 2025/10/09

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (3 件のフォーク)auto 404
advancedbackendfeaturefrontendhacktoberfest

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド