# itk-viewer-transfer-function-editor

## DEPRECATED

This package is **deprecated**. It has been migrated to the [`@itk-viewer/transfer-function-editor`
NPM
package](https://www.npmjs.com/package/@itk-viewer/transfer-function-editor)
and is now developed in the [`itk-viewer`
repository](https://github.com/InsightSoftwareConsortium/itk-viewer).

[![CI](https://github.com/InsightSoftwareConsortium/itk-viewer-transfer-function-editor/actions/workflows/ci.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itk-viewer-transfer-function-editor/actions/workflows/ci.yml)

## Run examples

```
cd examples/itk-vtk-viewer
npm ci
npm run dev
```

```
cd examples/vtk-js
npm ci
npm run dev
```

## Dev server

```
npm run dev
```

## Watch tests

```
npm run test
```
