jqmath

a JavaScript module for symbolic expressions, e.g. formatted mathematical formulas


Keywords
jqmath, mathematical-formulas, symbolic-expressions
License
MIT
Install
npm install jqmath@0.4.9

Documentation

jqMath

A JavaScript module for symbolic expressions, e.g. formatted mathematical formulas.
The official site is http://www.mathscribe.com/author/jqmath.html

Installation

npm install --save jqmath

Usage

import {parseMath, M} from 'jqmath'
parseMath(document.body)

Examples

Development Setup

npm install
npm run build

License

MIT

Copyright (c) 2016-present, Xianpo (Alan) Lu