@pdfme/schemas
Version:
TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!
21 lines • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_BARCODE_INCLUDETEXT = exports.DEFAULT_BARCODE_COLOR = exports.DEFAULT_BARCODE_BG_COLOR = exports.BARCODE_TYPES = void 0;
exports.BARCODE_TYPES = [
'qrcode',
'japanpost',
'ean13',
'ean8',
'code39',
'code128',
'nw7',
'itf14',
'upca',
'upce',
'gs1datamatrix',
'pdf417',
];
exports.DEFAULT_BARCODE_BG_COLOR = '#ffffff';
exports.DEFAULT_BARCODE_COLOR = '#000000';
exports.DEFAULT_BARCODE_INCLUDETEXT = true;
//# sourceMappingURL=constants.js.map