UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

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