avoid-nodes-edge 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +12 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # avoid-nodes-edge
2
2
 
3
+ **[Live Demo](https://avoid-nodes-pro-example.vercel.app)**
4
+
3
5
  Orthogonal edge routing for [React Flow](https://reactflow.dev/) — edges automatically route around nodes using [libavoid-js](https://github.com/nicknisi/libavoid-js) (WASM). All WASM and routing computation runs exclusively in a **Web Worker**, keeping the main thread free and your UI smooth.
4
6
 
5
7
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "avoid-nodes-edge",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Orthogonal edge routing for React Flow — edges avoid overlapping nodes via libavoid-js WASM running in a Web Worker.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -48,13 +48,23 @@
48
48
  },
49
49
  "keywords": [
50
50
  "react-flow",
51
+ "reactflow",
51
52
  "xyflow",
52
53
  "edge-routing",
53
54
  "orthogonal",
54
55
  "libavoid",
55
56
  "wasm",
57
+ "webassembly",
56
58
  "web-worker",
57
- "avoid-nodes"
59
+ "avoid-nodes",
60
+ "turbo",
61
+ "turborepo",
62
+ "react",
63
+ "diagram",
64
+ "graph",
65
+ "node-routing",
66
+ "svg",
67
+ "zustand"
58
68
  ],
59
69
  "license": "MIT"
60
70
  }