Add in-memory thumbnail caching

This commit is contained in:
2026-04-14 22:23:29 +05:30
parent f3a32b0923
commit 5457244d74
3 changed files with 209 additions and 24 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
"start": "node index.js"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"express": "^4.21.0",
"fluent-ffmpeg": "^2.1.3"
"fluent-ffmpeg": "^2.1.3",
"node-cache": "^5.1.2"
}
}