openzoom.js
December 15, 2021 ยท View on GitHub
A JavaScript implementation of the OpenZoom SDK.
Getting Started
- Install Node.js.
- Install dependencies:
npm install. - Build library:
npm run build. - Open http://localhost:8080/test in your browser.
- Enjoy.
Development
- 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.