use sharp and improve prompting
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/ci Pipeline was successful

This commit is contained in:
Madison Grubb
2025-09-05 16:48:35 -04:00
parent be7534be8d
commit a3c54b1c82
6 changed files with 559 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ export async function generatePDF(data, outputPath = "dungeon.pdf") {
format: "A4",
landscape: true,
printBackground: true,
preferCSSPageSize: true
});
await browser.close();