Changed the module to use puppeteer and html-to-docx

This commit is contained in:
MikeHughes-BIN
2025-12-14 18:14:16 +01:00
parent 7cd334645f
commit 271fe78b7b
5 changed files with 1675 additions and 414 deletions
+3 -1
View File
@@ -10,9 +10,11 @@
"express": "^5.1.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"html-to-docx": "^1.8.0",
"marked": "^17.0.1",
"open": "^11.0.0",
"pdfkit": "^0.17.2"
"pdfkit": "^0.17.2",
"puppeteer": "^24.33.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",