This commit is contained in:
Skylar Grant 2024-09-09 13:13:59 -04:00
parent 1903a50bca
commit 49cbde2c73
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module.exports = {
const infoString = infoArray.join('\n');
// Create a new PDF document in-memory
const doc = new PDFDocument({
size: [204, 1000],
size: [204],
margin: 0
});