UNPKG

chromiumly

Version:

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

7 lines (6 loc) 387 B
export { UrlScreenshot } from './screenshots/url.screenshot'; export { MarkdownScreenshot } from './screenshots/markdown.screenshot'; export { HtmlScreenshot } from './screenshots/html.screenshot'; export { HtmlConverter } from './converters/html.converter'; export { MarkdownConverter } from './converters/markdown.converter'; export { UrlConverter } from './converters/url.converter';