UNPKG

am-to-chtml

Version:

The MathJax wrapper to convert AsciiMath to CHTML

11 lines (9 loc) 241 B
declare module "am-to-chtml" { interface options { width?: number, ex?: number, em?: number, fontURL?: string } export default function AMToCHTML(str: string, opts?: options): string; }