UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

9 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BarcodeDetectInputFormat = void 0; var BarcodeDetectInputFormat; (function (BarcodeDetectInputFormat) { BarcodeDetectInputFormat["Img"] = "img"; BarcodeDetectInputFormat["Pdf"] = "pdf"; })(BarcodeDetectInputFormat || (exports.BarcodeDetectInputFormat = BarcodeDetectInputFormat = {})); //# sourceMappingURL=BarcodeDetectInputFormat.js.map