Barcode generation feature/13-barcode_generation #21

Merged
niggl merged 13 commits from feature/13-barcode_generation into dev 2021-02-09 16:43:48 +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')}`;
} }
/** /**