circuit-json 0.0.173 → 0.0.174
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Circuit JSON Specification `circuit-json`
|
|
2
2
|
|
|
3
|
-
[tscircuit](https://github.com/tscircuit/tscircuit) · [discord](https://tscircuit.com/join)
|
|
3
|
+
[tscircuit](https://github.com/tscircuit/tscircuit) · [discord](https://tscircuit.com/join) · [circuit json viewer](https://circuitjson.com/)
|
|
4
4
|
|
|
5
5
|
[](https://badge.fury.io/js/circuit-json)
|
|
6
6
|
|
|
@@ -22,6 +22,8 @@ and is the primary way that Circuit JSON is defined and maintained.
|
|
|
22
22
|
|
|
23
23
|
https://github.com/user-attachments/assets/2f28b7ba-689e-4d80-85b2-5bdef84b41f8
|
|
24
24
|
|
|
25
|
+
> To quickly generate Circuit JSON with tscircuit, use [tscircuit/eval](https://github.com/tscircuit/eval)
|
|
26
|
+
|
|
25
27
|
## Things You Can Do With Circuit JSON
|
|
26
28
|
|
|
27
29
|
- Generate [Gerber files](https://github.com/tscircuit/circuit-json-to-gerber)
|