# @itk-viewer/transfer-function-editor

## Install

```sh
npm install @itk-viewer/transfer-function-editor
```

## Development

## Install

```
npm i -g pnpm
pnpm install
```

## Build

```
pnpm build
```

## Test

```
pnpm test
```

Watch tests:

```
pnpm test:watch
```

## Dev server

```
pnpm dev
```

## Run examples

```
cd examples/basic
pnpm dev
```

```
cd examples/vtk-js
pnpm dev
```
