UNPKG

cozy-iiif

Version:

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

4 lines (3 loc) 216 B
import type { Annotation, AnnotationPage } from '@iiif/presentation-3'; import type { CozyCanvas } from '../types'; export declare const fetchAnnotations: (arg: CozyCanvas | AnnotationPage) => Promise<Annotation[]>;