UNPKG

mume-with-litvis

Version:

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

6 lines (5 loc) 154 B
/** * Modifed from the `vg2svg` file. * @param spec The vega code. */ export declare function toSVG(spec?: string, baseURL?: string): Promise<string>;