Flowy — библиотека блок-схем с перетаскиванием
★ 12.1K
flowy is an open-source JavaScript library for embedding drag-and-drop flowcharts directly into a web page. Developers reach for it when their application needs a visual flow builder: a user assembles a diagram from blocks by mouse and connects them — an automation editor, a chatbot script builder, a process diagram. Written in pure JavaScript with no dependencies and added as two files, it embeds into any stack without pulling in a heavy framework. It is a building block for a developer, not a finished application: flowy draws and links the blocks, while what they mean and what happens on run is yours to implement. It saves weeks on the hardest part — an interactive canvas of blocks and connections.
- #JS Library