This commit is contained in:
Skylar Grant 2024-09-09 13:12:49 -04:00
parent 2a5a0e041c
commit 602e60ee9c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module.exports = {
// Add content (image, text) to the PDF
doc.image('./public/itslogo.jpg', {
fit: [576, 261],
fit: [200, 100],
align: 'center',
valign: 'top',
});