feat: video-to-audio converter implemented without logic

This commit is contained in:
Domenik 2025-02-22 14:25:05 +01:00
parent 91125204b5
commit 324156fd03
7 changed files with 318 additions and 2 deletions

View file

@ -20,7 +20,8 @@
"fastify-multipart": "^5.3.1",
"libreoffice-convert": "^1.6.0",
"luxon": "^3.5.0",
"qrcode": "^1.5.4"
"qrcode": "^1.5.4",
"video-to-audio": "^1.0.1"
},
"devDependencies": {
"@types/luxon": "^3.4.2",