@react-scad/core 0.1.7 → 0.1.8

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,9 @@ Render JSX to **OpenSCAD** models using the [React reconciler](https://github.co
6
6
  - Compose shapes with familiar JSX; get `.scad` source for OpenSCAD or 3D printing
7
7
  - Use [@react-scad/cli](../cli) via npx to build and run
8
8
 
9
- ![Example](https://github.com/react-scad/react-scad/raw/main/assets/example.png)
9
+ ![Example](https://github.com/react-scad/react-scad/raw/main/assets/example.gif)
10
+
11
+ *Rocket example with animated rotation.*
10
12
 
11
13
  Install the library and React:
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",