openmath-js
v1.2.3
Published
Implementation of (most of) the OpenMath Standard in JavaScript
Downloads
13
Readme
openmath-js
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.
Repository contents
- Source code, in Literate CoffeeScript
- Compiled and minified JavaScript from a CDN that you can import directly into your projects from that URL
Documentation
See our documentation site here.