Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 466 Bytes

File metadata and controls

12 lines (6 loc) · 466 Bytes

tree.js

tree.js is a minimal JavaScript library that can create and manipulate tree data structures.

using

  1. download the tree.min.js file from the latest release page

  2. then, include the library to your .html file with this snippet: <script src = "tree.min.js"></script>

  3. check the examples to learn the basics. you're on your own after that.