AmeliaMesdag / cmi5.js

JavaScript implementation of cmi5 AU runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@rusticisoftware/cmi5

JavaScript implementation of cmi5 AU runtime

Build Status GitHub release npm

This repository does not contain build artifacts, to use a non-source version you will have to build as described below or access artifacts via the releases page.

For hosted API documentation, basic usage instructions, etc. visit the main project website at:

http://rusticisoftware.github.io/cmi5.js/

For information about cmi5 visit:

http://aicc.github.io/CMI-5_Spec_Current/

Building the Library

The library uses Webpack for building. Install Node.js which includes npm. Then from the root of the repository run:

npm ci
npx webpack

This will create dist/cmi5.js.

About

JavaScript implementation of cmi5 AU runtime

License:Apache License 2.0


Languages

Language:JavaScript 100.0%