chromiumly
Version:
A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.
8 lines • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GotenbergUtils = exports.PdfFormat = void 0;
var constants_1 = require("./constants");
Object.defineProperty(exports, "PdfFormat", { enumerable: true, get: function () { return constants_1.PdfFormat; } });
var gotenberg_utils_1 = require("./gotenberg.utils");
Object.defineProperty(exports, "GotenbergUtils", { enumerable: true, get: function () { return gotenberg_utils_1.GotenbergUtils; } });
//# sourceMappingURL=index.js.map