UNPKG

@tindtechnologies/universalviewer

Version:

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

9 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Units = void 0; var Units; (function (Units) { Units["METERS"] = "m"; Units["MILLIMETERS"] = "mm"; })(Units = exports.Units || (exports.Units = {})); //# sourceMappingURL=Units.js.map