UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

10 lines (9 loc) 410 B
import { ExternalResourceType, MediaType } from "@iiif/vocabulary/dist-commonjs"; import { IManifestoOptions, ManifestResource } from "./internal"; export declare class AnnotationBody extends ManifestResource { constructor(jsonld?: any, options?: IManifestoOptions); getFormat(): MediaType | null; getType(): ExternalResourceType | null; getWidth(): number; getHeight(): number; }