UNPKG
@kibeo/loaders.gl-textures
Version:
from-package (3.0.15)
latest (3.0.17)
3.0.17
3.0.16
3.0.15
Framework-independent loaders for compressed and super compressed (basis) textures
@kibeo/loaders.gl-textures
/
dist
/
es5
/
lib
/
utils
/
version.js
9 lines
(8 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
VERSION
=
void
0
;
var
VERSION
=
typeof
"3.0.17"
!==
'undefined'
?
"3.0.17"
:
'beta'
;
exports
.
VERSION
=
VERSION
;
//# sourceMappingURL=version.js.map