@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
11 lines • 490 B
JavaScript
;
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