UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

11 lines 490 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MarkupsAnnotation = void 0; var MarkupsAnnotation; (function (MarkupsAnnotation) { MarkupsAnnotation["StrikeOut"] = "strikeOut"; MarkupsAnnotation["Highlight"] = "highlight"; MarkupsAnnotation["Underline"] = "underline"; MarkupsAnnotation["Squiggly"] = "squiggly"; })(MarkupsAnnotation || (exports.MarkupsAnnotation = MarkupsAnnotation = {})); //# sourceMappingURL=MarkupsAnnotation.js.map