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
9 lines (8 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FULL_IMAGE_WIDTH_RATIO = exports.DEFAULT_PAPER_WIDTH = void 0;
const DEFAULT_PAPER_WIDTH = exports.DEFAULT_PAPER_WIDTH = 60;
const FULL_IMAGE_WIDTH_RATIO = exports.FULL_IMAGE_WIDTH_RATIO = 575 / 80;
//# sourceMappingURL=layout.js.map