UNPKG

mume-with-litvis

Version:

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

6 lines (5 loc) 224 B
/** * A wrapper of mermaid CLI * https://github.com/mermaid-js/mermaid-cli */ export declare function mermaidToPNG(mermaidCode: string, pngFilePath: string, projectDirectoryPath: string, themeName: any): Promise<string>;