UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

11 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Size = /** @class */ (function () { function Size(width, height) { this.width = width; this.height = height; } return Size; }()); exports.Size = Size; //# sourceMappingURL=Size.js.map