UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

9 lines 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SvgPathDrawMode = void 0; var SvgPathDrawMode; (function (SvgPathDrawMode) { SvgPathDrawMode["Verbose"] = "verbose"; SvgPathDrawMode["Compact"] = "compact"; })(SvgPathDrawMode || (exports.SvgPathDrawMode = SvgPathDrawMode = {})); //# sourceMappingURL=SvgPathDrawMode.js.map