Skip to content

gzuidhof/zarr.js

Repository files navigation

Zarr.js Logo

Actions Status Top Language Badge NPM badge Documentation


Typescript implementation of Zarr.

Zarr is a library for chunked, compressed, N-dimensional arrays.

🌌 Recommendation: use zarrita.js instead

Zarr.js is not actively maintained anymore.

manzt/zarrita.js is recommended for new use-cases and projects. It has wider support (Zarr v2 and v3) and is more flexible.


Quick start

npm i zarr

See the Getting Started section in the Documentation.

Type Docs

You can generate the type documentation for this project by running npm run generate-typedocs.