codify-node
Version:
Generates 1D, 2D, and composite barcodes in png, svg, or eps formats.
10 lines • 316 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var OutputType;
(function (OutputType) {
OutputType["PNG"] = "png";
OutputType["SVG"] = "svg";
OutputType["EPS"] = "eps";
})(OutputType || (OutputType = {}));
exports.default = OutputType;
//# sourceMappingURL=OutputType.js.map
;