1
0

Lots of attempts at optimization

This commit is contained in:
2025-11-07 15:58:12 -05:00
parent b2c65553a6
commit f59b0de539
3 changed files with 456 additions and 176 deletions

View File

@@ -6,10 +6,16 @@
"scripts": {
"start": "node index.js"
},
"keywords": ["puppeteer", "ffmpeg", "hls", "streaming"],
"keywords": [
"puppeteer",
"ffmpeg",
"hls",
"streaming"
],
"author": "",
"license": "MIT",
"dependencies": {
"canvas": "^2.11.2",
"express": "^4.18.2",
"puppeteer": "^24.15.0"
}