imrishabh18/pcbgolf

These code snippets define detailed PCB footprints for various SMD components, through-hole connectors, and chips, specifying pad locations, shapes, silkscreen outlines, and mechanical outlines for physical placement on a circuit board.

Version
1.4.3
License
unset
Stars
0

scripts/browser-drc.ts

// Bundled into tscircuit's existing evaluation worker by dev.ts.
import {runAllRoutingChecks, runAllPlacementChecks} from '@tscircuit/checks'
;(globalThis as any).__pcbgolfDrcChecks = {runAllRoutingChecks, runAllPlacementChecks}