UNPKG

@loaders.gl/zarr

Version:

Framework-independent loaders for Zarr

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