UNPKG

react-native-esc-pos-printer

Version:

An unofficial React Native library for printing on an EPSON TM printer with the Epson ePOS SDK for iOS and Epson ePOS SDK for Android

5 lines (4 loc) 198 B
export { addTextLine } from './addTextLine'; export { monitorPrinter } from './monitorPrinter'; export { tryToConnectUntil } from './tryToConnectUntil'; export { addViewShot } from './addViewShot';