# sankeyPlus - integration example

## Overview
Simple example how to use sankey-plus as es6-module.

This example is using Snowpack as a development environment. Follow these steps to execute the script:

## Setup

### Install all dependencies
* Use terminal to navigate to this dossier.
* Install all dependencies
```
npm install
```

### Start Snowpack
```
npm run start
```

### Ready
A browser window should open showing the Sankey diagram in a resizable container.

Resize the container to see how the chart adapts to the canvas.

### Instructions
See comments in index.js
