UNPKG

@typecad/typecad

Version:

🤖programmatically 💥create 🛰️hardware

2 lines 476 B
#!/usr/bin/env tsx export{Component}from'./component';export{Schematic}from'./schematic';export{Pin}from'./pin';export{I2C,UART,USB,Power}from'./buses';export{PCB,TrackBuilder}from'./pcb/pcb';export{KiCAD,kicad_cli_path,kicad_path,is_flatpak}from'./kicad';export{executeKiCADCommand,executeKiCADCommandSync,runDRC,upgradeFootprint,exportPCB,exportSchematic}from'./kicad_commands';export{RoutingAlgorithm,RoutingGrid,ObstacleBuilder,PadResolver,DebugVisualizer}from'./routing';