@sigma/edge-curve
Advanced tools
Comparing version 3.0.0-beta.14 to 3.0.0-beta.15
{ | ||
"name": "@sigma/edge-curve", | ||
"version": "3.0.0-beta.14", | ||
"version": "3.0.0-beta.15", | ||
"description": "An edge program that renders edges as curves for sigma.js", | ||
@@ -50,3 +50,3 @@ "main": "dist/sigma-edge-curve.cjs.js", | ||
}, | ||
"gitHead": "9359df996a9cd41e78998a32199864aff88949e1" | ||
"gitHead": "8f825b6250d8f22f0d44b911694b64aa080ac128" | ||
} |
@@ -18,3 +18,3 @@ # Sigma.js - Edge curve renderer | ||
- `DEFAULT_EDGE_CURVATURE`, the default curvature value for edges | ||
- `indexParallelEdgesIndex`, a utility function to find parallel edges, and help adapt their `curvature` for display (see the [dedicated example](https://github.com/jacomyal/sigma.js/tree/main/packages/storybook/stories/edge-curve/parallel-edges.ts) to see how it works) | ||
- `indexParallelEdgesIndex`, a utility function to find parallel edges, and help adapt their `curvature` for display (see the [dedicated example](https://github.com/jacomyal/sigma.js/tree/main/packages/storybook/stories/3-additional-packages/edge-curve/parallel-edges.ts) to see how it works) | ||
@@ -40,2 +40,2 @@ ## How to use | ||
Please check the related [Storybook](https://github.com/jacomyal/sigma.js/tree/main/packages/storybook/stories/edge-curve) for more advanced examples. | ||
Please check the related [Storybook](https://github.com/jacomyal/sigma.js/tree/main/packages/storybook/stories/3-additional-packages/edge-curve) for more advanced examples. |
82688