UNPKG

cozy-iiif

Version:

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

9 lines (8 loc) 178 B
export * from './core'; export * from './types'; export * from './Cozy'; // Re-export essential types export type { Annotation, AnnotationPage } from '@iiif/presentation-3';