UNPKG

@loaders.gl/core

Version:

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

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