@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
10 lines • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataMatrixShape = void 0;
var DataMatrixShape;
(function (DataMatrixShape) {
DataMatrixShape["Rectangle"] = "rectangle";
DataMatrixShape["Square"] = "square";
DataMatrixShape["Default"] = "default";
})(DataMatrixShape || (exports.DataMatrixShape = DataMatrixShape = {}));
//# sourceMappingURL=DataMatrixShape.js.map