Update README.md

This commit is contained in:
Javi Agenjo
2019-11-27 09:24:47 +01:00
committed by GitHub
parent 72093f58b1
commit 2589992573

View File

@@ -4,7 +4,8 @@ Here is a list of useful info when working with LiteGraph.
The library is divided in four levels:
* **LGraphNode**: the base class of a node (this library uses is own system of inheritance)
* **LGraph**: the container of a whole graph made of nodes
* **LGraphCanvas**: the class in charge of rendering/interaction with the nodes inside the browser
* **LGraphCanvas**: the class in charge of rendering/interaction with the nodes inside the browser.
And in ```the src/``` folder there is also another class included:
* **LiteGraph.Editor**: A wrapper around LGraphCanvas that adds buttons around it.