You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
TSCircuit Builder is a Typescript builder pattern for constructing schematic and PCB layouts. `@tscircuit/builder` is an internal module, [use tscircuit tsx instead](https://github.com/tscircuit/tscircuit). The builder is basically "the DOM for building circuits"
6
6
7
+
> [!WARNING]
8
+
>
9
+
> `@tscircuit/builder` is replaced by `@tscircuit/core`
10
+
7
11
TSCircuit TSX eventually renders to a builder. The builder will build
8
12
TSCircuit Soup, a JSON output. Soup can be rendered to
9
13
a webpage as either a schematic or PCB layout.
@@ -18,12 +22,6 @@ a webpage as either a schematic or PCB layout.
18
22
> have to do while providing a lot of flexibility for different renderers. It's
19
23
> like the DOM for Circuits.
20
24
21
-
> [!NOTE]
22
-
>
23
-
> `@tscircuit/builder` is going to be replaced by `@tscircuit/core` eventually,
24
-
> the API and types are a bit wrong because it's an old package. Try to use
25
-
> React with tscircuit to avoid building on the builder API (tscircuit React
0 commit comments