UNPKG

@iiif/3d-manifesto-dev

Version:

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

9 lines (8 loc) 364 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; }