feat: add pdf-lib dependency for PDF generation
This commit is contained in:
parent
38f4f253df
commit
126b72ed36
|
|
@ -15,5 +15,8 @@
|
||||||
"turndown": "^7.2.2",
|
"turndown": "^7.2.2",
|
||||||
"turndown-plugin-gfm": "^1.0.2",
|
"turndown-plugin-gfm": "^1.0.2",
|
||||||
"tsx": "^4.20.5"
|
"tsx": "^4.20.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"pdf-lib": "^1.17.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue