Implementation of (most of) the OpenMath Standard in JavaScript
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.
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
.
- Source code, in JavaScript
- Compiled and minified JavaScript from a CDN that you can import directly into your projects from that URL