npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@spatialdata/vis

v0.10.0

Published

React visualisation components for SpatialData

Readme

@spatialdata/vis

High-level React-components and deck.gl layers for visualising SpatialData. This package is explicitly less stable and more experimental than the related core and react packages - the dependency on the viv/deck.gl/luma.gl stack means that installing it into an app (particularly one that already uses anything from this ecosystem) entails a certain amount of care around potential conflicts or breaking changes between versions.

It is hoped that it will be robust and of a high quality, but especially at the early stage of development, the goal is not to have a lean bundle size, guarantees of API stability between releases, etc.

It is used to provide working examples for displaying in the docs site, as well as a sample app primarily for prototyping while developing features.

Browser codec workers

SpatialCanvas enables the bundled zarrextra codec worker automatically in browser contexts. Apps using normal vis components can load JP2K (imagecodecs_jpeg2k) and OpenJPH HTJ2K (experimental.openjph_htj2k) backed Zarr images without passing a workerUrl or calling zarrextra/workers directly.

ensureCodecWorkers() is exported for hosts that want to activate this path before mounting UI. The helper is idempotent, so repeated calls do not replace the worker pool.

Local fixture demos

pnpm test:fixtures:generate:0.8.0
pnpm test:fixtures:generate:codecs
pnpm --filter @spatialdata/vis dev
  • http://127.0.0.1:5173/headless loads the versioned blobs.zarr fixture.
  • http://127.0.0.1:5173/codec loads local codec fixtures (JP2K smoke test, HTJ2K Mandelbulb volume, HTJ2K encode demo).