UNPKG

mume-with-litvis

Version:

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

7 lines (6 loc) 252 B
/** * A wrapper of mermaid CLI * https://github.com/mermaid-js/mermaid.cli * But it doesn't work well */ export declare function mermaidToPNG(mermaidCode: string, pngFilePath: string, projectDirectoryPath: string, themeName: any): Promise<string>;