This commit is contained in:
Skylar Grant 2024-09-09 13:34:24 -04:00
parent 265c962c00
commit b0d163f07e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module.exports = {
// Create a new PDF document
const doc = new PDFDocument({
size: [204, 400],
size: [204, 1000],
margin: 5
});