UNPKG

mume-with-litvis

Version:

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

8 lines (7 loc) 225 B
/** * Render ditaa diagrams with `code` to svg. * @param code the ditaa code * @param args args passed to ditaa.jar * @return rendered svg */ export declare function render(code?: string, args?: any[]): Promise<string>;