UNPKG

cozy-iiif

Version:

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

6 lines (5 loc) 191 B
import { CozyParseResult } from './types'; export declare const Cozy: { parse: (json: any, url?: string) => CozyParseResult; parseURL: (input: string) => Promise<CozyParseResult>; };