@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
9 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrientationDetection = void 0;
var OrientationDetection;
(function (OrientationDetection) {
OrientationDetection["Value"] = "value";
OrientationDetection["Dimensions"] = "dimensions";
})(OrientationDetection || (exports.OrientationDetection = OrientationDetection = {}));
//# sourceMappingURL=OrientationDetection.js.map