cozy-iiif
Version:
A developer-friendly collection of abstractions and utilities built on top of @iiif/presentation-3 and @iiif/parser
8 lines (7 loc) • 328 B
text/typescript
// IIIF cookbook static image
export const STATIC_IMAGE =
'https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json';
// Manifest that specifies a different size for the canvas
// then the physical image pixel size
export const WITH_DIFFERENT_CANVAS_DIMENSIONS =
'https://www.loc.gov/item/00552972/manifest.json';