Alpha Release 0.2.0 - The barcode release #22

Merged
niggl merged 17 commits from dev into main 2021-02-09 18:21:18 +00:00
Showing only changes of commit 4187a8e820 - Show all commits

View File

@ -206,7 +206,7 @@ export class PdfCreator {
includetext: true, includetext: true,
textxalign: 'center', textxalign: 'center',
}); });
return `data:$image/png;base64,${barcode.toString('base64')}`; return `data:image/png;base64,${barcode.toString('base64')}`;
} }
/** /**