UNPKG

@loaders.gl/core

Version:

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

7 lines (5 loc) 256 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export {setGlobalOptions as setLoaderOptions} from '../loader-utils/option-utils'; export {getGlobalLoaderOptions as getLoaderOptions} from '../loader-utils/option-utils';