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.
- package/README.md +12 -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
|
|
3
|
+
A TypeScript library for converting Circuit JSON to Schematic, PCB and Assembly SVG representations.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+

|
|
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
|
|
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
|
|