UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 199 B
export declare class Base64Converter { private readonly _imageSource; constructor(imageURL: string); static convert(imageURL: string): Promise<string>; _convert(): Promise<string>; }