This commit is contained in:
Skylar Grant 2024-09-09 12:51:29 -04:00
parent 22c842e0ba
commit 0ae8ed322d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = {
doc.pipe(printer.stdin); doc.pipe(printer.stdin);
// Add image and text to the PDF // Add image and text to the PDF
doc.image('../public/itslogo.jpg', { doc.image('itslogo.jpg', {
fit: [576, 261], fit: [576, 261],
align: 'center', align: 'center',
valign: 'top' valign: 'top'