# jqMath

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

## Installation

```
npm install --save jqmath
```

## Usage

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

## Examples

- [just a simple demo](https://luxp.github.io/jqmath)

## Development Setup

```
npm install
npm run build
```

## License

[MIT](http://opensource.org/licenses/MIT)

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