circuit-json 0.0.110 → 0.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,11 +23,14 @@ and is the primary way that Circuit JSON is defined and maintained.
|
|
|
23
23
|
## Things You Can Do With Circuit JSON
|
|
24
24
|
|
|
25
25
|
- Generate [Gerber files](https://github.com/tscircuit/circuit-json-to-gerber)
|
|
26
|
-
- Generate and read [DSN files](https://github.com/tscircuit/dsn-converter)
|
|
26
|
+
- Generate and read [Specctra DSN Autorouting files](https://github.com/tscircuit/dsn-converter)
|
|
27
27
|
- Generate [Pick'n'Place Files](https://github.com/tscircuit/circuit-json-to-pnp)
|
|
28
28
|
- Generate [PCB and Schematic SVGs](https://github.com/tscircuit/circuit-to-svg)
|
|
29
29
|
- Generate [Bill of Materials](https://github.com/tscircuit/circuit-json-to-bom)
|
|
30
30
|
- Generate [SPICE netlists and simulations](https://github.com/tscircuit/circuit-json-to-spice)
|
|
31
|
+
- Display [PCBs on the web](https://github.com/tscircuit/pcb-viewer)
|
|
32
|
+
- Display [Schematics on the web](https://github.com/tscircuit/schematic-viewer)
|
|
33
|
+
- Display [3d models of electronics on the web](https://github.com/tscircuit/3d-viewer)
|
|
31
34
|
|
|
32
35
|
## Table of Contents
|
|
33
36
|
|