@rxflow/manhattan
Version:
Manhattan routing algorithm for ReactFlow - generates orthogonal paths with obstacle avoidance
44 lines (43 loc) • 994 B
JSON
{
"name": "@rxflow/manhattan",
"version": "0.0.1-alpha.16",
"description": "Manhattan routing algorithm for ReactFlow - generates orthogonal paths with obstacle avoidance",
"keywords": [
"reactflow",
"manhattan",
"router",
"pathfinding",
"a-star",
"orthogonal",
"edge-routing"
],
"homepage": "https://tree-graph.publib.cn/",
"repository": {
"type": "git",
"url": "git@gitlab.caijj.net:yanfaerbu/qianduan/tree-graph.git"
},
"license": "MIT",
"author": "yanxianliang@outlook.com",
"sideEffects": false,
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js",
"require": "./cjs/index.js"
}
},
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./esm/index.d.ts",
"files": [
"esm",
"cjs"
],
"scripts": {
"build": "father build"
},
"peerDependencies": {
"@xyflow/react": ">=12.8.6"
},
"gitHead": "dcdc06b5032aac044fa2094877d28c509c30d9eb"
}