UNPKG

@acdh-oeaw/universalviewer

Version:

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

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