Add video thumbnail support.

This commit is contained in:
Patrick Fic
2022-05-13 10:16:42 -07:00
parent fc37f09e6b
commit fa0213ce99
4 changed files with 121 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
"cors": "^2.8.5",
"dotenv": "10.0.0",
"express": "^4.17.3",
"ffmpeg-static": "^5.0.0",
"file-type": "^16.5.3",
"fs-extra": "^10.1.0",
"gm": "^1.23.1",
@@ -24,6 +25,7 @@
"image-thumbnail": "^1.0.14",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"simple-thumbnail": "^1.6.5",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
},