UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

10 lines (9 loc) 218 B
export interface IExternalResourceData { contentLocation: string; hasServiceDescriptor: boolean; id: string; index: number; profile: string | any[]; maxWidth?: number; maxHeight?: number; }