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 (5 loc) • 310 B
TypeScript
export { Chromiumly } from './main.config';
export { PdfFormat } from './common/constants';
export { HtmlConverter, HtmlScreenshot, MarkdownConverter, MarkdownScreenshot, UrlConverter, UrlScreenshot } from './chromium';
export { PDFEngines } from './pdf-engines';
export { LibreOffice } from './libre-office';