A JavaScript module for symbolic expressions, e.g. formatted mathematical formulas.
The official site is http://www.mathscribe.com/author/jqmath.html
npm install --save jqmath
import {parseMath, M} from 'jqmath'
parseMath(document.body)
npm install
npm run build
Copyright (c) 2016-present, Xianpo (Alan) Lu