UNPKG

chromiumly

Version:

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

9 lines (8 loc) 628 B
export { Chromiumly } from './main.config'; export { PdfFormat } from './common/constants'; export type { PdfEngineRotate, PdfEngineStamp, PdfEngineWatermark } from './common'; export { HtmlConverter, HtmlScreenshot, MarkdownConverter, MarkdownScreenshot, UrlConverter, UrlScreenshot } from './chromium'; export { PDFEngines } from './pdf-engines'; export { LibreOffice } from './libre-office'; export { System } from './system'; export { Templates, type TemplateType, type Currency, type InvoiceSaasTemplateData, type InvoiceClassicTemplateData, type InvoiceItem, type TemplateParty, type TemplateRequest } from './templates';