/openmath-js

Implementation of (most of) the OpenMath Standard in JavaScript

Primary LanguageJavaScript

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