UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OCGState = void 0; var OCGState; (function (OCGState) { OCGState["Toggle"] = "Toggle"; OCGState["OFF"] = "OFF"; OCGState["ON"] = "ON"; })(OCGState || (exports.OCGState = OCGState = {})); //# sourceMappingURL=OCGState.js.map