From 1667630c440fd67c79c5fa4d837a9cce13cfa6c4 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 12:52:26 -0400 Subject: [PATCH] . --- mccs-it/thermal/modules/Thermal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index f07b1dd..3567838 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -29,7 +29,7 @@ module.exports = { doc.pipe(printer.stdin); // Add image and text to the PDF - doc.image('itslogo.jpg', { + doc.image('./public/itslogo.jpg', { fit: [576, 261], align: 'center', valign: 'top'