@react-scad/core 0.1.20 → 0.1.21
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Render JSX to **SCAD** models using the [React reconciler](https://github.com/fa
|
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
*Rocket example with animated
|
|
15
|
+
*Rocket example with animated translation.*
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
@@ -220,7 +220,7 @@ All listed SCAD primitives and operations are implemented. Prop names follow SCA
|
|
|
220
220
|
3. **Build and test** before committing:
|
|
221
221
|
```bash
|
|
222
222
|
pnpm run build
|
|
223
|
-
pnpm run dev
|
|
223
|
+
pnpm run sandbox:dev
|
|
224
224
|
```
|
|
225
225
|
|
|
226
226
|
4. **Format and lint** your code:
|