UNPKG

@iiif/3d-manifesto-dev

Version:

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

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