UNPKG

@rxflow/manhattan

Version:

Manhattan routing algorithm for ReactFlow - generates orthogonal paths with obstacle avoidance

12 lines (11 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ObstacleMap", { enumerable: true, get: function () { return _ObstacleMap.ObstacleMap; } }); var _ObstacleMap = require("./ObstacleMap");