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) 191 B
import { Level0ImageServiceResource } from '../types'; import { ImageInfo } from './types'; export declare const fetchImageInfo: (resource: Level0ImageServiceResource) => Promise<ImageInfo>;