UNPKG

mume-with-litvis

Version:

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

9 lines (8 loc) 331 B
export declare function toSVGMarkdown(texFilePath: string, { latexEngine, svgDirectoryPath, markdownDirectoryPath, svgZoom, svgWidth, svgHeight, }: { latexEngine: string; svgDirectoryPath?: string; markdownDirectoryPath: string; svgZoom?: string; svgWidth?: string; svgHeight?: string; }): Promise<string>;