OpenTok Annotations Accelerator Pack
This package provides an easy way to get started in implementing interoperable annotation over audio/video or shared screen using the OpenTok platform. For usage details, see the OpenTok Screensharing with Annotations Accelerator Pack for JavaScript.
###Installation:
$ npm install --save opentok-annotation
If using browserify or webpack:
const annotation = require('opentok-annotation');
Otherwise, include the accelerator pack in your html:
<script src="../your/path/to/opentok-annotation.js"></script>
. . . and it will be available in global scope as AnnotationAccPack
Click here for a list of all OpenTok accelerator packs.