UNPKG

3d-manifesto-dev-test

Version:

IIIF Presentation API utility library for client and server with 3D extension

10 lines (9 loc) 235 B
import { IIIFResource } from "./internal"; export interface IManifestoOptions { defaultLabel: string; index?: number; locale: string; navDate?: Date; pessimisticAccessControl: boolean; resource: IIIFResource; }