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) 169 B
import { Bounds, Level0ImageServiceResource } from '../types'; export declare const cropRegion: (resource: Level0ImageServiceResource, bounds: Bounds) => Promise<Blob>;