feat: Implement a web gallery interface with image thumbnail generation and new API endpoints.

This commit is contained in:
sebseb7
2025-12-18 15:35:17 +01:00
parent 6b0381aded
commit 253612bb3b
5 changed files with 1137 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
"dependencies": {
"express": "^4.21.0",
"multer": "^1.4.5-lts.1",
"sharp": "^0.34.5",
"uuid": "^10.0.0"
}
}