UNPKG

@tindtechnologies/universalviewer

Version:

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

7 lines (6 loc) 208 B
import { IIIFData } from "../../IIIFData"; export interface IOpenSeadragonExtensionData extends IIIFData { highlight: string | undefined; rotation: number | undefined; xywh: string | undefined; }