UNPKG

awayjs-display

Version:
20 lines 413 B
"use strict"; /** * */ var AlignmentMode = (function () { function AlignmentMode() { } /** * */ AlignmentMode.REGISTRATION_POINT = "registrationPoint"; /** * */ AlignmentMode.PIVOT_POINT = "pivot"; return AlignmentMode; }()); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = AlignmentMode; //# sourceMappingURL=AlignmentMode.js.map