circuit-to-svg 0.0.145 → 0.0.146

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.
Files changed (2) hide show
  1. package/README.md +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,20 @@
1
1
  # circuit-to-svg
2
2
 
3
- A TypeScript library for converting circuit descriptions (soup) to SVG representations.
3
+ A TypeScript library for converting Circuit JSON to Schematic, PCB and Assembly SVG representations.
4
+
5
+ ![](https://api.tscircuit.com/packages/images/seveibar/keyboard-default60/pcb.svg?fs_sha=md5-e4fc4758380cab0efcc1b3b12bdcf36d)
6
+
7
+ ![](https://api.tscircuit.com/packages/images/seveibar/usb-c-flashlight/schematic.svg?fs_sha=)
8
+
9
+ ```bash
10
+ npm add circuit-to-svg
11
+ # or...
12
+ bun add circuit-to-svg
13
+ ```
4
14
 
5
15
  ## Overview
6
16
 
7
- This library provides functionality to convert circuit descriptions, referred to as "soup", into SVG (Scalable Vector Graphics) representations. It supports both schematic and PCB (Printed Circuit Board) layouts.
17
+ This library provides functionality to convert Circuit JSON into SVG (Scalable Vector Graphics) representations. It supports both schematic and PCB (Printed Circuit Board), and Assembly layouts.
8
18
 
9
19
  ## Features
10
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "circuit-to-svg",
3
3
  "type": "module",
4
- "version": "0.0.145",
4
+ "version": "0.0.146",
5
5
  "description": "Convert Circuit JSON to SVG",
6
6
  "main": "dist/index.js",
7
7
  "files": [