UNPKG

react-native-thermal-pos-printer

Version:

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

11 lines 219 B
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', } as const;