// 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';
