UNPKG

chromiumly

Version:

A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.

6 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Templates = void 0; var templates_1 = require("./generators/templates"); Object.defineProperty(exports, "Templates", { enumerable: true, get: function () { return templates_1.Templates; } }); //# sourceMappingURL=index.js.map