Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 574 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 574 Bytes

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