UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

9 lines (8 loc) 230 B
export declare type HtmlOptions = { excludeTitleFromHead?: boolean; excludeCSS?: boolean; excludeMetadata?: boolean; excludeScripts?: boolean; excludeHeaderFromBody?: boolean; bodyContentOnly?: boolean; };