Node-red 使用哪些图形库来绘制拖放节点及其连接

Which graphical libraries are used by Node-red to draw drag & drop nodes and also their connections

Node-red 使用了哪些图形库来绘制拖放节点及其连接。

我需要设计一个类似的 UI 并发现节点红色是最好的。这就是我问这个问题的原因。

谢谢

node-RED UI 编辑器使用的主要库是 d3.js 并且根据 Node-RED 论坛 (click here) jQuery. If you want to check in GitHUB then search for the file /editor/js/ui/view.js (click here) 中的 post。您将需要掌握 HTML、SVG 和 CSS(进一步 d3.js)来构建类似的 UI.