@nulib/react-media-player
Version:
Viewer for audio, video and image file types driven by a IIIF manifest
75 lines (74 loc) • 1.71 kB
TypeScript
export declare const sampleCanvasEntityA: {
canvas: {
id: string;
type: string;
label: {
en: string[];
};
behavior: never[];
motivation: null;
thumbnail: {
id: string;
type: string;
}[];
posterCanvas: null;
accompanyingCanvas: null;
placeholderCanvas: null;
summary: null;
requiredStatement: null;
metadata: never[];
rights: null;
navDate: null;
provider: never[];
items: {
id: string;
type: string;
}[];
annotations: never[];
seeAlso: never[];
homepage: null;
logo: never[];
partOf: never[];
rendering: never[];
service: never[];
duration: number;
height: number;
width: number;
};
annotationPage: {
id: string;
type: string;
behavior: never[];
motivation: null;
label: null;
thumbnail: never[];
summary: null;
requiredStatement: null;
metadata: never[];
rights: null;
provider: never[];
items: {
id: string;
type: string;
}[];
seeAlso: never[];
homepage: null;
logo: never[];
rendering: never[];
service: never[];
};
annotations: {
id: string;
type: string;
motivation: string[];
target: string;
body: {
id: string;
type: string;
format: string;
height: number;
width: number;
duration: number;
}[];
}[];
};