UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

7 lines (6 loc) 247 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const THREE = require("three"); const version = parseInt(THREE.REVISION.replace(/\D+/g, "")); exports.version = version; //# sourceMappingURL=constants.cjs.map