UNPKG

@kibeo/loaders.gl-textures

Version:

Framework-independent loaders for compressed and super compressed (basis) textures

6 lines (5 loc) 381 B
// Version constant cannot be imported, it needs to correspond to the build version of **this** module. // __VERSION__ is injected by babel-plugin-version-inline // TODO: use 'latest' instead of 'beta' when 3.0.0 version is released as 'latest' // @ts-ignore TS2304: Cannot find name '__VERSION__'. export const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'beta';