Files
hydro-builder-app/node_modules/@react-three/drei/helpers/constants.js
2026-06-13 17:36:44 -07:00

7 lines
166 B
JavaScript

import { REVISION } from 'three';
const getVersion = () => parseInt(REVISION.replace(/\D+/g, ''));
const version = /* @__PURE__ */getVersion();
export { version };