UNPKG

rich-text-editor

Version:
6 lines (3 loc) 160 B
import * as express from "express"; export const mathSvgResponse: express.Handler; export function latexToSvg(latex: string, cb: (svg: string) => void): void