mume-with-litvis
Version:
Fork of mume with added http://litvis.org/
9 lines (8 loc) • 317 B
TypeScript
/**
* This function resolves image paths and render code blocks
* @param html the html string that we will analyze
* @return html
*/
export default function enhance($: any, graphsCache: {
[key: string]: string;
}, fileDirectoryPath: string, imageDirectoryPath: string, plantumlServer: string): Promise<void>;