mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: video-to-audio converter implemented without logic
This commit is contained in:
parent
91125204b5
commit
324156fd03
7 changed files with 318 additions and 2 deletions
9
backend/package-lock.json
generated
9
backend/package-lock.json
generated
|
|
@ -17,7 +17,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",
|
||||
|
|
@ -1317,6 +1318,12 @@
|
|||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/video-to-audio": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/video-to-audio/-/video-to-audio-1.0.1.tgz",
|
||||
"integrity": "sha512-6+h79x2kSO60PYTT2cXcgXIsqw/3X8a5qshsZanxH0cxbGUVxVllwQdNOWr/8ywDNcgGgecSmk8Q6TJ79gtFjQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/which-module": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue