@kibeo/loaders.gl-textures
Version:
Framework-independent loaders for compressed and super compressed (basis) textures
18 lines • 429 B
JavaScript
import { VERSION } from './lib/utils/version';
export const CrunchWorkerLoader = {
id: 'crunch',
name: 'Crunch',
module: 'textures',
version: VERSION,
worker: true,
extensions: ['crn'],
mimeTypes: ['application/octet-stream'],
binary: true,
options: {
crunch: {
libraryPath: 'libs/'
}
}
};
export const _TypecheckCrunchWorkerLoader = CrunchWorkerLoader;
//# sourceMappingURL=crunch-loader.js.map