manifesto
    Preparing search index...

    Variable parseManifestConst

    parseManifest: (
        manifest: any,
        options?: IManifestoOptions,
    ) => IIIFResource | null = ...

    Parses IIIF manifest file to return a manifesto Manifest instance

    Type declaration

      • (manifest: any, options?: IManifestoOptions): IIIFResource | null
      • Parameters

        • manifest: any

          Either a string containing text of a manifest file or an javascript object obtained by deserializing by the JSON.parse function a manifest file.

        • Optionaloptions: IManifestoOptions

        Returns IIIFResource | null

        instance of Manifest class. *