From e0e6ac64b0116658be896965728f5642254f8299 Mon Sep 17 00:00:00 2001 From: nmattela Date: Thu, 22 Feb 2024 21:00:54 +0100 Subject: [PATCH] update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c66c9b..116a406 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ It is not a perfect copy, nor does it include all the features that React Flow h The current features are: - A fully-functional panel that can be dragged and zoomed in. - Nodes that can be dragged around and customized to your liking. -- Straight edges that can be customized to your liking. +- Straight and bezier edges that can be customized to your liking. -Some major features that are missing: -- There is only a single edge type (straight). -- There is no default styling for nodes or edges. One must be provided by the user. +Some features that are missing: +- No built-in way to add edge labels +- Stress testing is failing +- No proper tests yet To get started, I recommend you check out the example in the [examples](examples) folder.