@react-scad/core 0.1.27 → 0.1.29

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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,10 +126,7 @@ writeFileSync("out/model.scad", scadCode);
126
126
 
127
127
  Then run with `npx tsx main.tsx` or bundle with esbuild and run with Node.
128
128
 
129
- </details>
130
-
131
- <details>
132
- <summary>Interop with existing SCAD</summary>
129
+ ### Interop with existing SCAD
133
130
 
134
131
  You can reuse existing `.scad` libraries and snippets in two ways:
135
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",