UNPKG

@tindtechnologies/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

15 lines 611 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CroppedImageDimensions = void 0; var Utils_1 = require("../../Utils"); var Point_1 = require("../../modules/uv-shared-module/Point"); var CroppedImageDimensions = /** @class */ (function () { function CroppedImageDimensions() { this.region = new Utils_1.Size(0, 0); this.regionPos = new Point_1.Point(0, 0); this.size = new Utils_1.Size(0, 0); } return CroppedImageDimensions; }()); exports.CroppedImageDimensions = CroppedImageDimensions; //# sourceMappingURL=CroppedImageDimensions.js.map