UNPKG

@acdh-oeaw/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

14 lines (13 loc) 304 B
export interface IIIFData { annotations?: string; canvasId?: string; canvasIndex?: number; collectionIndex?: number; iiif_content?: string; iiifManifestId?: string; manifestIndex?: number; muted?: boolean; rangeId?: string; rotation?: number; xywh?: string; }