UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

13 lines 646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TransitionDirection = void 0; var TransitionDirection; (function (TransitionDirection) { TransitionDirection["TopLeftToBottomRight"] = "topLeftToBottomRight"; TransitionDirection["RightToLeft"] = "rightToLeft"; TransitionDirection["TopToBottom"] = "topToBottom"; TransitionDirection["None"] = "none"; TransitionDirection["LeftToRight"] = "leftToRight"; TransitionDirection["BottomToTop"] = "bottomToTop"; })(TransitionDirection || (exports.TransitionDirection = TransitionDirection = {})); //# sourceMappingURL=TransitionDirection.js.map