UNPKG

@loaders.gl/core

Version:

The core API for working with loaders.gl loaders and writers

7 lines (6 loc) 226 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors import { createLoaderWorker } from '@loaders.gl/loader-utils'; import { NullLoader } from "../null-loader.js"; createLoaderWorker(NullLoader);