Fam Zheng cd987a4b82 add emblemscanner: self-contained QR scanner module
Create portable QR scanning page module with:
- WeChat native camera integration with overlay system
- Animated QR targeting arcs and visual feedback
- Torch/flash controls and camera setup
- Inline modal system (verification, guide, service)
- Return page navigation support via query parameter
- Debug overlay and device detection
- Complete asset bundle (arc.png, qrmarkers.png, buttons)

Module can be integrated into other WeChat Mini Programs by copying pages/emblemscanner/ directory.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 21:27:29 +00:00

10 lines
377 B
Markdown

# Required Assets
This directory should contain the following image files:
- `arc.png` - Corner arc image for QR targeting overlay
- `qrmarkers.png` - QR marker positioning image
- `play-button.png` - Play/guide button icon
- `flash-button.png` - Flash/torch button icon
These assets should be copied from the main project's static/ and assets/ directories when available.