[![Build Status](https://travis-ci.org/emepyc/tnt.tree.svg?branch=master)](https://travis-ci.org/emepyc/tnt.tree)
[![npm version](https://badge.fury.io/js/tnt.tree.svg)](http://badge.fury.io/js/tnt.tree)

# TnT Tree
[TnT Tree](http://tntvis.github.io/tnt.tree) is a javascript library for displaying trees. It is part of the the [TnT](http://tntvis.github.io/tnt/) set of visualisation libraries to display trees and track-based visualisations. It has been designed with a powerful [API](http://tntvis.github.io/tnt.tree/api/) written with flexibility in mind that allows the creation of expressive, dynamic and powerful tree visualizations.

Check out the complete [documentation](http://tntvis.github.io/tnt.tree/).

Check out the [examples](http://tntvis.github.io/tnt.tree/examples/)

## Installation

- npm:

```
npm install tnt.tree
```

- github:

```
git clone https://github.com/tntvis/tnt.tree
cd tnt.tree
npm install
gulp build-browser
```

## Feedback
Please, send any feedback to emepyc@gmail.com. Bug reports and feature requests are welcome in the repo [bug tracker](https://github.com/tntvis/tnt.tree/issues)
