This repo contains Javascript for enhacing Canvas integration. The code is written in Typescript.
The script is served from Anntoo CDN at: https://cdn.annoto.net/canvas-js/latest/annoto-bootstrap.js
Specific versions are available as well, for example: https://cdn.annoto.net/canvas-js/1.0.0/annoto-bootstrap.js
The library is exported as UMD under name of AnnotoCanvas
Clone and run npm to install dependencies:
git clone https://github.com/Annoto/canvas-js.git
cd canvas-js
npm install
To build for production run:
npm run build
To start developing run:
npm run dev
The bootstrap is served at http://localhost:9004/annoto-bootstrap.js
To start Proxy development run:
npm run dev:proxy
The bootstrap is served at https://canvas-js-annoto.eu.ngrok.io/annoto-bootstrap.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.