# GazeClientA javascript library to subscribe to local gaze data streams in the OTH/UR Eyetracking Classroom. ## UsageAdd the library:```<script type="application/javascript" src="gazeclient.js"></script>```Connect to a running *GazeServer*:```var gclient = new GazeClient();gclient.connect("ws://localhost:8001/gaze");```## Build**Prerequisite**- node.jsTo build a current version of this library run `npm install` and `npm run build`. The client library is packed with [rollup](https://rollupjs.org/guide/en/) and copied to `build/` and `demo/`.