This repo contains the Javascript code for the Annoto Moodle local plugin The code is written in Typescript.
The script is served from Anntoo CDN at: https://cdn.annoto.net/moodle-local-js/latest/annoto.js
Specific versions are available as well, for example: https://cdn.annoto.net/moodle-local-js/1.0.0/annoto.js
Staging is available at: https://cdn.annoto.net/staging/moodle-local-js/latest/annoto.js
The library is exported as UMD under name of AnnotoMoodle
Clone and run npm to install dependencies:
git clone https://github.com/Annoto/moodle-local-js.git
cd moodle-local-js
npm install
To build for production run:
npm run build
To start developing run:
npm run dev
Visit http://localhost:9002/annoto.js
Please read CONTRIBUTING.md for details.
We use SemVer for versioning. For the versions available, see the releases on this repository.
This project is licensed under the Apache 2.0 License License - see the LICENSE file for details.