Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanda/curtain-viewer
https://github.com/vanda/curtain-viewer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanda/curtain-viewer
- Owner: vanda
- Created: 2020-09-23T13:47:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T17:18:41.000Z (over 1 year ago)
- Last Synced: 2024-08-04T04:06:52.273Z (5 months ago)
- Language: JavaScript
- Size: 4.91 MB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-iiif - Curtain Viewer - Viewer based on OpenSeadragon using the curtain-sync plugin for comparing naturally aligned image variants (IIIF Viewers / Image viewers (Image API only))
README
# Curtain Viewer
A [viewer](https://vanda.github.io/curtain-viewer/) based on OpenSeaDragon, using the [curtain-sync plugin](https://github.com/cuberis/openseadragon-curtain-sync) for comparing naturally aligned image variants, such as those obtained by multi-spectral imaging, supplied as canvases in a IIIF manifest.
### Installation
```
npm ci
```### Start Dev Server
```
npm start
```### Build Prod Version
```
npm run build
```### Features:
* ES6 Support via [babel](https://babeljs.io/) (v7)
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)When you run `npm run build` the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) is used to move the css to a separate file. The css file gets included in the head of the `index.html`.