easyeda 0.0.10 → 0.0.12
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,8 @@ the cli with either `easyeda` or `easyeda-converter`.
|
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
29
|
# Convert a schematic and footprint for JLCPCB part number C46749 (NE555) to tscircuit component
|
|
30
|
-
easyeda convert -i C46749 -o C46749.
|
|
30
|
+
easyeda convert -i C46749 -o C46749.tsx
|
|
31
|
+
easyeda convert -i C46749 -t tsx
|
|
31
32
|
|
|
32
33
|
# Convert a footprint and schematic for JLCPCB part number C46749 (NE555) to tscircuit soup JSON
|
|
33
34
|
# More info: https://docs.tscircuit.com/api-reference/advanced/soup
|