UNPKG

react-native-thermal-pos-printer

Version:

React Native thermal printer package for POS systems supporting Xprinter and other popular brands

14 lines (13 loc) 251 B
"use strict"; export const 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