UNPKG

react-native-esc-pos-printer

Version:
18 lines (14 loc) 533 B
import { EscPosPrinter } from '../../../specs'; const EscPosPrinterConstants = EscPosPrinter.getConstants(); export enum FontType { FONT_A = EscPosPrinterConstants.FONT_A, FONT_B = EscPosPrinterConstants.FONT_B, FONT_C = EscPosPrinterConstants.FONT_C, FONT_D = EscPosPrinterConstants.FONT_D, FONT_E = EscPosPrinterConstants.FONT_E, } export enum TextAlignType { ALIGN_LEFT = EscPosPrinterConstants.ALIGN_LEFT, ALIGN_CENTER = EscPosPrinterConstants.ALIGN_CENTER, ALIGN_RIGHT = EscPosPrinterConstants.ALIGN_RIGHT, }