UNPKG

@seewo-doc/docx-math-converter

Version:

Converting LaTeX, MathML, or OMML strings to math objects using docx.js

12 lines (6 loc) 351 B
import { Math as Math_2 } from '@seewo-doc/docx'; export declare function convertLatex2Math(latexString: string): Math_2; export declare function convertMathMl2Math(mathMlString: string): Math_2; export declare function convertOmml2Math(ommlString: string): Math_2; export declare function mathJaxReady(): Promise<boolean>; export { }