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
34 lines (33 loc) • 886 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "addTextLine", {
enumerable: true,
get: function () {
return _addTextLine.addTextLine;
}
});
Object.defineProperty(exports, "addViewShot", {
enumerable: true,
get: function () {
return _addViewShot.addViewShot;
}
});
Object.defineProperty(exports, "monitorPrinter", {
enumerable: true,
get: function () {
return _monitorPrinter.monitorPrinter;
}
});
Object.defineProperty(exports, "tryToConnectUntil", {
enumerable: true,
get: function () {
return _tryToConnectUntil.tryToConnectUntil;
}
});
var _addTextLine = require("./addTextLine.js");
var _monitorPrinter = require("./monitorPrinter.js");
var _tryToConnectUntil = require("./tryToConnectUntil.js");
var _addViewShot = require("./addViewShot.js");
//# sourceMappingURL=index.js.map