imrishabh18/pedometer

This code defines and assembles a simple radio receiver hardware circuit using specific imported capacitors, inductors, RF connectors, and oscillator components with precise footprints and schematic attributes.

Version
1.1.3
License
unset
Stars
0

vendor/README.md

# Fanout solver browser bundle

`fanout-solver.js` is generated, without source modifications, from the pinned **@tscircuit/fanout-solver 0.0.57** package and its dependencies using `bun run bundle:fanout`. The matching declaration uses the upstream type shim. This retains the real solver; it does not contain a saved route or manually specified PCB geometry.

The tsci dev dependency scanner omits the exports-only `iobuffer` package reached through the source-first fanout package's graphics utilities. An ordinary browser-target ESM bundle removes that runtime import problem and makes CLI and browser use the same solver artifact.

Upstream: https://github.com/tscircuit/fanout-solver (MIT). The package's pinned dependencies are @tscircuit/solver-utils 0.0.19 and graphics-debug 0.0.99 (MIT); the lockfile records transitive versions. Generated code retains source comments and bundled license notices where provided.