A JavaScript implementation of the OpenZoom SDK.
- Install Node.js.
- Install dependencies:
npm install
. - Build library:
npm run build
. - Open http://localhost:8080/test in your browser.
- Enjoy.
- Run dev server with code hot reloading:
npm run watch
- Open http://localhost:8080/test in your browser.
- Check code style:
npm run lint
. - Check code against type errors using Flow:
flow
.