react-native-thermal-pos-printer
Version:
React Native thermal printer package for POS systems supporting Xprinter and other popular brands
14 lines • 574 B
TypeScript
export declare const ESCPOSCommands: {
readonly INIT: readonly [27, 64];
readonly CUT_PAPER: readonly [29, 86, 0];
readonly ALIGN_LEFT: readonly [27, 97, 0];
readonly ALIGN_CENTER: readonly [27, 97, 1];
readonly ALIGN_RIGHT: readonly [27, 97, 2];
readonly BOLD_ON: readonly [27, 69, 1];
readonly BOLD_OFF: readonly [27, 69, 0];
readonly UNDERLINE_ON: readonly [27, 45, 1];
readonly UNDERLINE_OFF: readonly [27, 45, 0];
readonly LINE_FEED: readonly [10];
readonly FORM_FEED: readonly [12];
};
//# sourceMappingURL=commands.d.ts.map