UNPKG

@loaders.gl/core

Version:

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

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