UNPKG

@loaders.gl/textures

Version:

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

8 lines (6 loc) 317 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors // Classic-worker entrypoint that lazily loads the ESM worker implementation. // This keeps `importScripts` available in the worker (used by library loading). import(new URL('./workers/basis-worker.js', import.meta.url).toString());