Skip to content

luxp/jqmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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