# @hms-dbmi/viv

Latest version **0.22.1** (published 2026-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @hms-dbmi/viv
pnpm add @hms-dbmi/viv
yarn add @hms-dbmi/viv
bun add @hms-dbmi/viv
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.22.1 |
| Published | 2026-08-10 |
| First published | 2020-08-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 4.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 362 |
| Author | Ilan Gold |
| Maintainers | ngehlenborg, ilanbassgold, manzt, keller-mark, john-conroy, nickakhmetov, lchoy |

## Links

- npm: https://www.npmjs.com/package/@hms-dbmi/viv
- Repository: https://github.com/hms-dbmi/viv
- Homepage: https://github.com/hms-dbmi/viv#readme
- npm.io page: https://npm.io/package/@hms-dbmi/viv

## Dependencies (7)

- [@vivjs/types](https://npm.io/package/@vivjs/types.md) 0.22.1
- [@vivjs/views](https://npm.io/package/@vivjs/views.md) 0.22.1
- [@vivjs/layers](https://npm.io/package/@vivjs/layers.md) 0.22.1
- [@vivjs/loaders](https://npm.io/package/@vivjs/loaders.md) 0.22.1
- [@vivjs/viewers](https://npm.io/package/@vivjs/viewers.md) 0.22.1
- [@vivjs/constants](https://npm.io/package/@vivjs/constants.md) 0.22.1
- [@vivjs/extensions](https://npm.io/package/@vivjs/extensions.md) 0.22.1

## Recent versions

- 0.22.1 (latest) — 2026-08-10
- 0.13.0-next.1 (next) — 2022-08-08
- 0.0.0 (alpha) — 2022-06-30
- 0.22.0 — 2026-06-16
- 0.21.0 — 2026-05-11
- 0.20.1 — 2026-04-23
- 0.20.0 — 2026-03-24
- 0.19.0 — 2026-01-26
- 0.18.2 — 2026-01-09
- 0.18.0 — 2025-07-16
- 0.17.3 — 2025-04-24
- 0.17.2 — 2025-03-04
- 0.17.1 — 2025-02-28
- 0.17.0 — 2024-12-09
- 0.16.1 — 2024-03-13
- … 50 more at https://npm.io/package/@hms-dbmi/viv/versions

## README

# @hms-dbmi/viv

> A WebGL-powered toolkit for interactive visualization of high-resolution, multiplexed bioimaging datasets.

[![npm version](https://badge.fury.io/js/%40hms-dbmi%2Fviv.svg)](https://badge.fury.io/js/%40hms-dbmi%2Fviv) [![package documenation](https://img.shields.io/badge/package-documentation-blue)](http://viv.gehlenborglab.org)

<p align="center">
<img src="https://github.com/hms-dbmi/viv/raw/main/sites/docs/src/3d-slicing.gif" alt="Interactive volumetric view in web browser; sliders control visible planes." width="400"/> <img src="https://github.com/hms-dbmi/viv/raw/master/sites/docs/src/glomerular-lens.png" alt="Multi-channel rendering of high-resolution microscopy dataset" width="400"/>
</p>

## Installation

```sh
npm install @hms-dbmi/viv
```

You will also need to install [deck.gl](https://deck.gl) and other `peerDependencies` manually.
This step prevent users from installing multiple versions of deck.gl in their projects.

```sh
npm install deck.gl @luma.gl/core
```

## Documentation

Detailed API information and example sippets can be found in our [documentation](http://viv.gehlenborglab.org).

---
_Source: https://npm.io/package/@hms-dbmi/viv · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
