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: about 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T14:23:45.000Z (almost 3 years ago)
- Last Synced: 2025-07-03T02:41:27.788Z (12 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.