feat: add pdf-lib dependency for PDF generation

This commit is contained in:
Jim Liu 宝玉 2026-04-07 01:31:35 -05:00
parent 38f4f253df
commit 126b72ed36
2 changed files with 3 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -15,5 +15,8 @@
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2",
"tsx": "^4.20.5"
},
"dependencies": {
"pdf-lib": "^1.17.1"
}
}