@tscircuit/3d-viewer 0.0.119 → 0.0.121
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 +3 -0
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @tscircuit/3d-viewer
|
|
2
2
|
|
|
3
|
+
> [!NOTE]
|
|
4
|
+
> We are working on a new vanilla THREE version of the 3d viewer, it's on the [v01 branch](https://github.com/tscircuit/3d-viewer/tree/v01)
|
|
5
|
+
|
|
3
6
|
A 3D printed circuit board viewer for [Circuit JSON](https://github.com/tscircuit/circuit-json) and [tscircuit](https://github.com/tscircuit/tscircuit)
|
|
4
7
|
|
|
5
8
|
[](https://badge.fury.io/js/%40tscircuit%2F3d-viewer)
|
package/dist/index.js
CHANGED
|
@@ -17407,7 +17407,7 @@ import { Canvas, useFrame as useFrame2 } from "@react-three/fiber";
|
|
|
17407
17407
|
// package.json
|
|
17408
17408
|
var package_default = {
|
|
17409
17409
|
name: "@tscircuit/3d-viewer",
|
|
17410
|
-
version: "0.0.
|
|
17410
|
+
version: "0.0.120",
|
|
17411
17411
|
main: "./dist/index.js",
|
|
17412
17412
|
module: "./dist/index.js",
|
|
17413
17413
|
type: "module",
|
|
@@ -17445,7 +17445,7 @@ var package_default = {
|
|
|
17445
17445
|
"@tscircuit/soup-util": "^0.0.26",
|
|
17446
17446
|
"jscad-electronics": "^0.0.23",
|
|
17447
17447
|
"jscad-fiber": "^0.0.77",
|
|
17448
|
-
"jscad-planner": "^0.0.
|
|
17448
|
+
"jscad-planner": "^0.0.12",
|
|
17449
17449
|
react: "^18.3.1",
|
|
17450
17450
|
"react-dom": "^18.3.1",
|
|
17451
17451
|
"react-use-gesture": "^9.1.3"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.121",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@tscircuit/soup-util": "^0.0.26",
|
|
39
39
|
"jscad-electronics": "^0.0.23",
|
|
40
40
|
"jscad-fiber": "^0.0.77",
|
|
41
|
-
"jscad-planner": "^0.0.
|
|
41
|
+
"jscad-planner": "^0.0.12",
|
|
42
42
|
"react": "^18.3.1",
|
|
43
43
|
"react-dom": "^18.3.1",
|
|
44
44
|
"react-use-gesture": "^9.1.3"
|