expo-esc-pos-utils
Version:
Expo module for ESC/POS printer utilities, supporting image printing and text formatting
6 lines • 343 B
JavaScript
// 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';
//# sourceMappingURL=index.js.map