expo-esc-pos-utils
Version:
Expo module for ESC/POS printer utilities, supporting image printing and text formatting
6 lines (5 loc) • 311 B
text/typescript
// Reexport the native module. On web, it will be resolved to ExpoEscPosUtilsModule.web.ts
// and on native platforms to ExpoEscPosUtilsModule.ts
export { default } from './ExpoEscPosUtilsModule';
export { default as ExpoEscPosUtilsView } from './ExpoEscPosUtilsView';
export * from './ExpoEscPosUtils.types';