Added image resizing

This commit is contained in:
2025-02-04 21:13:47 +01:00
parent 3e5daff525
commit 5f92f8f8fb
6 changed files with 221 additions and 11 deletions

View File

@@ -13,5 +13,10 @@
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC"
}
"license": "ISC",
"devDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@types/fluent-ffmpeg": "^2.1.27",
"fluent-ffmpeg": "^2.1.3"
}
}