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: about 2 months ago
JSON representation

WIP - UI visualizer for IIIF JSON resources

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.