UNPKG
glodrei
Version:
latest (0.0.2)
0.0.2
0.0.1
useful add-ons for react-three-fiber
github.com/pmndrs/drei
pmndrs/drei
glodrei
/
src
/
helpers
/
constants.ts
6 lines
(3 loc)
•
151 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
REVISION
}
from
'three'
const
getVersion
= (
) =>
parseInt
(
REVISION
.
replace
(
/\D+/g
,
''
))
export
const
version =
/* @__PURE__ */
getVersion
()