Galerie live booth.copydev.fr + icones agrandies + pellicule
- booth/: serveur Node.js galerie photo live avec auth par code 4 chiffres - Backend: envoi auto des photos vers booth, endpoint QR dynamique - Frontend: code + QR booth sur ecran accueil, icone pellicule pour multi-shot - Icones mode agrandies (5rem) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
16
booth/package.json
Normal file
16
booth/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "booth-gallery",
|
||||
"version": "1.0.0",
|
||||
"description": "Galerie photo live pour photobooth",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "node --watch server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.21.0",
|
||||
"ws": "^8.18.0",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"sharp": "^0.33.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user