parent
e1ec193a4f
commit
4187a8e820
@ -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')}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user