UNPKG

mdimg

Version:

Covert Markdown or HTML to image

5 lines (4 loc) 294 B
import type { IConvertOptions } from "../interfaces"; export declare const createEmptyFile: (filename: string) => void; export declare const padStartWithZero: (num: number, length: number) => string; export declare const generateImageDefaultFilename: (type: IConvertOptions["type"]) => string;