Plugins
Since Naetverk is modular, we provide Plugins to extend the functionality of the network.
| Name | Description | Extends | Readme / Docs |
|---|---|---|---|
| @naetverkjs/naetverk | Base library that allows the creation of node-based editors for visually programming or sequential scripting | - | Readme |
| @naetverkjs/connections | Plugin to render the connections between nodes | @naetverkjs/naetverk | Readme |
| @naetverkjs/area | Plugin to draw the network on a configurable background with limited zoom and grid snapping | @naetverkjs/naetverk | Readme |
| @naetverkjs/lifecycle | Registers additional events that can be used while working with a component | @naetverkjs/naetverk | Readme |
| @naetverkjs/keyboard | Registers keyboard input and maps them to events | @naetverkjs/naetverk | Readme |
| Angular | |||
| @naetverkjs/angular-renderer | Angular Module to render basic nodes | Readme |