UNPKG

nativescript-intermec-printer

Version:

Plugin for integrating nativescript apps with intermec Pr3 Printer.

22 lines 816 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var observable_1 = require("tns-core-modules/data/observable"); var PaperSizes; (function (PaperSizes) { PaperSizes[PaperSizes["FourInch"] = 832] = "FourInch"; PaperSizes[PaperSizes["ThreeInch"] = 576] = "ThreeInch"; PaperSizes[PaperSizes["TwoInch"] = 384] = "TwoInch"; })(PaperSizes = exports.PaperSizes || (exports.PaperSizes = {})); var Common = (function (_super) { __extends(Common, _super); function Common() { var _this = _super.call(this) || this; _this.paperSize = PaperSizes.FourInch; _this.charset = ''; _this.debug = false; return _this; } return Common; }(observable_1.Observable)); exports.Common = Common; //# sourceMappingURL=IntermecPrinter.common.js.map