feat(edges): Add & export bezierCenter function

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent e9f4b5f022
commit 18758facbd
2 changed files with 83 additions and 72 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export { default as VueFlow } from './container/VueFlow/VueFlow.vue'
export { default as Handle } from './components/Handle/Handle.vue'
export { getBezierPath, getSmoothStepPath, getCenter as getEdgeCenter } from './components/Edges/utils'
export { getBezierPath, getSmoothStepPath, getCenter as getEdgeCenter, getBezierCenter } from './components/Edges/utils'
export {
isNode,