UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

7 lines (6 loc) 239 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const constants = require("./constants.cjs"); const UV1 = constants.version >= 125 ? "uv1" : "uv2"; exports.UV1 = UV1; //# sourceMappingURL=uv1.cjs.map