Skip to content

jangdan/tree.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.