@tscircuit/core 0.0.72 → 0.0.73
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 +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[tscircuit](https://github.com/tscircuit/tscircuit) · [Development Guide](./docs/DEVELOPMENT.md)
|
|
4
4
|
|
|
5
|
-
> [!WARNING]
|
|
6
|
-
> You should use [@tscircuit/builder](https://github.com/tscircuit/builder) instead, this package is
|
|
7
|
-
> going to be in alpha for a while.
|
|
8
|
-
|
|
9
5
|
A rewrite of [tscircuit builder](https://github.com/tscircuit/builder) with a ThreeJS/react-three-like API and architecture.
|
|
10
6
|
|
|
11
7
|
## Usage
|