UNPKG

matnml2svg

Version:

The MathJax wrapper to convert MML to SVG

10 lines (8 loc) 212 B
declare module "mml-to-svg" { interface options { width?: number, ex?: number, em?: number } export default function MMLToSVG(str: string, opts?: options): string; }