@tscircuit/routing
June 26, 2024 · View on GitHub
Examples · TSCircuit · Open in CodeSandbox
This library has deterministic routing algorithms for PCB autorouting inside of tscircuit
Usage
npm add @tscircuit/routing
import { findRoute } from "@tscircuit/routing"
findRoute({
// ...
})
Testing
Run npm run storybook to test the routing algorithms inside of storybook. You
can use the storybook to reproduce errors or edge cases.