@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.
- package/README.md +6 -0
- 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
|