UNPKG

@iiif/3d-manifesto-dev

Version:

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

10 lines (9 loc) 410 B
import { Annotation, IManifestoOptions, ManifestResource, Color } from "./internal"; export declare class Scene extends ManifestResource { constructor(jsonld: any, options: IManifestoOptions); getContent(): Annotation[]; get Content(): Annotation[]; getAnnotationById(searchId: string): Annotation | null; getBackgroundColor(): Color | null; getNonContentAnnotations(): Annotation[]; }