Added a module that safes the file in a requested format.

This commit is contained in:
MikeHughes-BIN
2025-12-11 14:22:04 +01:00
parent 2b597add6c
commit 7cd334645f
3 changed files with 905 additions and 18 deletions
+5 -1
View File
@@ -4,11 +4,15 @@
"@types/axios": "^0.9.36",
"axios": "^1.13.2",
"cli-progress": "^3.12.0",
"docx": "^9.5.1",
"dotenv": "^17.2.3",
"electron": "^39.1.1",
"express": "^5.1.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3"
"fluent-ffmpeg": "^2.1.3",
"marked": "^17.0.1",
"open": "^11.0.0",
"pdfkit": "^0.17.2"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",