fix(baoyu-slide-deck): add pptxgenjs dependency and detect image format by magic bytes

This commit is contained in:
Jim Liu 宝玉
2026-04-09 10:00:29 -05:00
parent 4821508c34
commit ae1d619ab2
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
"tsx": "^4.20.5"
},
"dependencies": {
"pdf-lib": "^1.17.1"
"pdf-lib": "^1.17.1",
"pptxgenjs": "^4.0.1"
}
}