@react-scad/core 0.1.14 → 0.1.15

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,12 @@ A lot of people already think in components and JSX from building UIs. **react-s
24
24
 
25
25
  ---
26
26
 
27
+ ## [Try it out!](https://github.com/react-scad/example)
28
+
29
+ A minimal runnable example is available at **[react-scad/example](https://github.com/react-scad/example)**. Clone it, `npm install`, then `npm start` to generate the SCAD file.
30
+
31
+ ---
32
+
27
33
  ## Getting Started
28
34
 
29
35
  ### Prerequisites
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",