Multiple synchronized OpenSeadragon viewers
Renders colorized segmentations, heatmaps, etc.
The code uses HTML5, JavaScript ES6, CSS3, the npm package manager, Grunt automation...
OS X & Linux:
npm install; gruntnpm run docExplore & run the HTML files for example usage.
Tammy DiPrima tammy.diprima@stonybrook.edu
Distributed under the Apache License 2.0. See LICENSE.txt for more information.
When contributing, please attempt to match the code style already in the codebase.
- Fork this repo via GitHub
- Create your feature branch
git checkout -b feature/fooBar- Commit your changes
git commit -m "Add fooBar"- Push to the branch
git push origin feature/fooBar- Create a new Pull Request via GitHub
Lint JavaScript
# all
npm run lint:write
# or
npx eslint yourscript.js --fixLint CSS
csscomb file.css