https://github.com/tdiprima/multi-viewer
Multiple synchronized OpenSeadragon viewers
https://github.com/tdiprima/multi-viewer
css fabricjs html javascript openseadragon
Last synced: 8 months ago
JSON representation
Multiple synchronized OpenSeadragon viewers
- Host: GitHub
- URL: https://github.com/tdiprima/multi-viewer
- Owner: tdiprima
- License: apache-2.0
- Created: 2020-06-09T18:26:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T18:15:59.000Z (over 1 year ago)
- Last Synced: 2024-12-26T17:13:49.570Z (9 months ago)
- Topics: css, fabricjs, html, javascript, openseadragon
- Language: JavaScript
- Homepage:
- Size: 23.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-viewer
Multiple synchronized OpenSeadragon viewers
Renders colorized segmentations, heatmaps, etc.
The code uses HTML5, JavaScript ES6, CSS3, the npm package manager, Grunt automation...
## Install & Build
OS X & Linux:
```sh
npm install; grunt
```## Generate docs
```sh
npm run doc
```## Usage
Explore & run the HTML files for example usage.
## Meta
Tammy DiPrima tammy.diprima@stonybrook.edu
Distributed under the Apache License 2.0. See [LICENSE.txt](LICENSE.txt) for more information.
## Contributing
When contributing, please attempt to match the code style already in the codebase.
1. Fork this repo via GitHub
2. Create your feature branch```sh
git checkout -b feature/fooBar
```3. Commit your changes
```sh
git commit -m "Add fooBar"
```4. Push to the branch
```sh
git push origin feature/fooBar
```5. Create a new Pull Request via GitHub
## Linting code
**Lint JavaScript**
```sh
# all
npm run lint:write
# or
npx eslint yourscript.js --fix
```**Lint CSS**
```sh
csscomb file.css
```## Dependencies
[color-picker](https://github.com/taufik-nurrohman/color-picker/releases/tag/v2.2.4)
[fabric.js](https://github.com/fabricjs/fabric.js/releases/tag/v521)
[Font Awesome](https://use.fontawesome.com/releases/v6.5.1/fontawesome-free-6.5.1-web.zip)
[jQuery](https://github.com/jquery/jquery/archive/refs/tags/3.5.1.tar.gz)
[OpenSeadragon](https://github.com/openseadragon/openseadragon/releases/tag/v2.4.2)
[OpenseadragonFabricjsOverlay](https://github.com/tdiprima/OpenseadragonFabricjsOverlay)
[OpenSeadragonFiltering](https://github.com/usnistgov/OpenSeadragonFiltering)
[OpenSeadragonScalebar
](https://github.com/usnistgov/OpenSeadragonScalebar)