UNPKG

cozy-iiif

Version:

A developer-friendly collection of abstractions and utilities built on top of @iiif/presentation-3 and @iiif/parser

13 lines (10 loc) 468 B
// IIIF cookbook static image export const STATIC_IMAGE = 'https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json'; // Manifest that uses `structures` to define a Table of Contents export const WITH_STRUCTURES = 'https://lib.is/IE19255085/manifest'; // 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';