circuit-json-to-gltf 0.0.21 → 0.0.22
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Converts circuit JSON to 3D GLTF files. Used for exporting circuits as 3D models
|
|
|
4
4
|
|
|
5
5
|
[Online Playground](https://circuit-json-to-gltf.vercel.app/renderer.html?fixtureId=%7B%22path%22%3A%22CircuitToGltfDemo.fixture.tsx%22%7D&locked=true)
|
|
6
6
|
|
|
7
|
+
[](https://www.npmjs.com/package/circuit-json-to-gltf)
|
|
8
|
+
|
|
7
9
|
<img width="2424" height="1854" alt="image" src="https://github.com/user-attachments/assets/cb0862aa-2034-4d06-abcc-9a4d1e5a6041" />
|
|
8
10
|
|
|
9
11
|
## Features
|