Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamjarling/iiif-visualizer
WIP - UI visualizer for IIIF JSON resources
https://github.com/adamjarling/iiif-visualizer
iiif picocss typescript-react vitejs
Last synced: 1 day ago
JSON representation
WIP - UI visualizer for IIIF JSON resources
- Host: GitHub
- URL: https://github.com/adamjarling/iiif-visualizer
- Owner: adamjarling
- Created: 2023-03-31T20:28:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T14:23:45.000Z (over 1 year ago)
- Last Synced: 2024-11-09T07:52:42.627Z (about 2 months ago)
- Topics: iiif, picocss, typescript-react, vitejs
- Language: TypeScript
- Homepage: https://adamjarling.github.io/iiif-visualizer/
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IIIF Visualizer
A proof of concept for visualizing IIIF `JSON` resources in an app.
## Run locally
```bash
// Clone the repository// Install dependencies
npm i// Run dev locally
npm run dev```
...more coming soon.