feat: add photo booth functionality with shooting, uploading, and printing steps

- Implemented PrintStepView for displaying countdown and photo results.
- Created SelectSourceView for choosing between shooting new photos or uploading existing ones.
- Developed ShootingView for capturing photos using the device camera.
- Added UploadView for selecting and previewing uploaded photos.
- Configured TypeScript settings with tsconfig files for app and node environments.
- Set up Vite configuration with PWA support for the application.
This commit is contained in:
mrkad@rpi
2026-01-17 11:41:46 +07:00
commit e90c06230b
44 changed files with 10189 additions and 0 deletions

5
public/frame-classic.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg width="200" height="300" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="300" fill="#ffffff" stroke="#dee2e6" stroke-width="2" rx="8"/>
<rect x="10" y="10" width="180" height="40" fill="#f8f9fa" rx="4"/>
<text x="100" y="35" font-family="Arial" font-size="14" fill="#666" text-anchor="middle">Classic Frame</text>
</svg>

After

Width:  |  Height:  |  Size: 345 B