UNPKG

cozy-iiif

Version:

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

3 lines (2 loc) 116 B
import type { CozyCanvas } from '../types'; export declare const hydrateCanvas: (canvas: CozyCanvas) => CozyCanvas;