@tindtechnologies/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
10 lines • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Orientation = void 0;
var Orientation;
(function (Orientation) {
Orientation["CORONAL"] = "coronal";
Orientation["SAGGITAL"] = "saggital";
Orientation["AXIAL"] = "axial";
})(Orientation || (exports.Orientation = Orientation = {}));
//# sourceMappingURL=Orientation.js.map