Add images download feature and minor UI improvements

This commit is contained in:
2026-03-06 17:56:38 +01:00
parent aefedd0d46
commit a54d72f160
8 changed files with 1327 additions and 13 deletions

View File

@@ -10,7 +10,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.13.6",
"cheerio": "^1.2.0",
"express": "^5.2.1"
"express": "^5.2.1",
"mime": "^4.1.0"
}
}