UNPKG

mume-with-litvis

Version:

Fork of mume with added http://litvis.org/

8 lines (7 loc) 293 B
export declare function toSVGMarkdown(pdfFilePath: string, { svgDirectoryPath, markdownDirectoryPath, svgZoom, svgWidth, svgHeight, }: { markdownDirectoryPath: string; svgDirectoryPath?: string; svgZoom?: string; svgWidth?: string; svgHeight?: string; }): Promise<string>;