I'm looking for a js lib which allows the user to draw a binary tree : add/remove a leaf, add/remove a parent node, etc.
I've found many libs but most of them are made for data visualization only (eg: d3), not drawing from the browser.
Does this even exist ?
Thanks!