UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

36 lines (35 loc) 1.14 kB
export * from "./JSONLDResource"; export * from "./ManifestResource"; export * from "./Resource"; export * from "./IIIFResource"; export * from "./Annotation"; export * from "./AnnotationBody"; export * from "./AnnotationList"; export * from "./AnnotationPage"; export * from "./Canvas"; export * from "./Collection"; export * from "./Duration"; export * from "./IAccessToken"; export * from "./IExternalImageResourceData"; export * from "./IExternalResource"; export * from "./IExternalResourceData"; export * from "./IExternalResourceOptions"; export * from "./IManifestoOptions"; export * from "./LabelValuePair"; export * from "./Language"; export * from "./LanguageMap"; export * from "./PropertyValue"; export * from "./Manifest"; export * from "./ManifestType"; export * from "./Range"; export * from "./Rendering"; export * from "./Sequence"; export * from "./Serialisation"; export * from "./Service"; export * from "./Size"; export * from "./StatusCode"; export * from "./Thumb"; export * from "./Thumbnail"; export * from "./TreeNode"; export * from "./TreeNodeType"; export * from "./Utils";