react-native-thermal-pos-printer
Version:
React Native thermal printer package for POS systems supporting Xprinter and other popular brands
18 lines (17 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BarcodeTypes = void 0;
const BarcodeTypes = exports.BarcodeTypes = {
UPC_A: 'UPC_A',
UPC_E: 'UPC_E',
EAN13: 'EAN13',
EAN8: 'EAN8',
CODE39: 'CODE39',
ITF: 'ITF',
CODABAR: 'CODABAR',
CODE93: 'CODE93',
CODE128: 'CODE128'
};
//# sourceMappingURL=barcodes.js.map