UNPKG

@loaders.gl/zarr

Version:

Framework-independent loaders for Zarr

7 lines (5 loc) 194 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export {loadZarr} from './lib/load-zarr'; export {default as ZarrPixelSource} from './lib/zarr-pixel-source';