[![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 is a javascript library for displaying trees. It is part of the the [TnT](http://emepyc.github.io/tnt/) set of visualisation libraries to display trees and track-based visualisations. It has been designed with a powerful API written with flexibility in mind that allows the creation of expressive, dynamic and powerful tree visualizations.

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

See more [examples](http://emepyc.github.io/tnt.tree/examples/)

## Installation

- npm:

```
npm install tnt.tree
```

- github:

```
git clone https://github.com/emepyc/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/emepyc/tnt.tree/issues)
