UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

9 lines 211 B
var Size = /** @class */ (function () { function Size(width, height) { this.width = width; this.height = height; } return Size; }()); export { Size }; //# sourceMappingURL=Size.js.map