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) 214 B
import type { Level0ImageServiceResource } from '../types'; import type { Size } from './types'; export declare const getThumbnail: (resource: Level0ImageServiceResource, minSize?: Partial<Size>) => Promise<Blob>;