UNPKG

@iiif/3d-manifesto-dev

Version:

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

6 lines (5 loc) 117 B
export declare class Size { width: number; height: number; constructor(width: number, height: number); }