lurchmath / openmath-js

Implementation of (most of) the OpenMath Standard in JavaScript

Home Page:http://lurchmath.github.io/openmath-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openmath-js

Build Status

Implementation of (most of) the OpenMath Standard in JavaScript

To get started:

Import this into your site like so:

<script src='https://cdn.jsdelivr.net/npm/openmath-js@1/openmath.js'></script>

Or install it from npm like so:

npm install openmath-js

Then see the API Reference page for what to do next.

To develop:

Edit the main source file openmath.js and its tests openmath.test.js.

Run tests with npm run test.

Update docs in the docs/ subfolder.

Build them into the site/ folder with npm run docs.

Repository contents

Documentation

See our documentation site here.

License

LGPLv3

About

Implementation of (most of) the OpenMath Standard in JavaScript

http://lurchmath.github.io/openmath-js


Languages

Language:JavaScript 79.5%Language:HTML 18.9%Language:CSS 1.6%