This commit is contained in:
Skylar Grant 2024-09-13 09:24:11 -04:00
parent 75874a6040
commit 79219ef3ee
1 changed files with 3 additions and 3 deletions

View File

@ -90,9 +90,9 @@ module.exports = {
// Write the text from infoString
doc.fontSize(12)
doc.font('public/Outfit-Regular.ttf').text(infoString, {
align: 'left',
});
// doc.font('public/Outfit-Regular.ttf').text(infoString, {
// align: 'left',
// });
for (row of infoArray) {
doc.moveDown();