fluidcad 0.0.2 → 0.0.3

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="assets/logo.png" alt="FluidCAD Logo" width="120" />
2
+ <img src="https://fluidcad.io/img/logo.png" alt="FluidCAD Logo" width="120" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">FluidCAD</h1>
@@ -38,7 +38,7 @@ A modeling workflow that feels familiar to users of mainstream CAD software -- s
38
38
  Navigate through your modeling history step by step. Review how any model was built and roll back to any point in the feature tree.
39
39
 
40
40
  <p align="center">
41
- <img src="assets/history.gif" alt="FluidCAD History" />
41
+ <img src="https://fluidcad.io/img/history.gif" alt="FluidCAD History" />
42
42
  </p>
43
43
 
44
44
  ### Interactive Prototyping
@@ -46,7 +46,7 @@ Navigate through your modeling history step by step. Review how any model was bu
46
46
  Some operations support interactive mouse-driven input directly in the viewport, letting you prototype faster without writing every parameter by hand.
47
47
 
48
48
  <p align="center">
49
- <img src="assets/region-extrude.gif" alt="FluidCAD Region Extrude" />
49
+ <img src="https://fluidcad.io/img/region-extrude.gif" alt="FluidCAD Region Extrude" />
50
50
  </p>
51
51
 
52
52
  ### Feature Transforms
@@ -75,7 +75,7 @@ repeat("linear", ["x", "y"], {
75
75
 
76
76
  ```
77
77
  <p align="center">
78
- <img src="assets/repeat.png" alt="FluidCAD Repeat Feature" />
78
+ <img src="https://fluidcad.io/img/repeat.png" alt="FluidCAD Repeat Feature" />
79
79
  </p>
80
80
 
81
81
 
@@ -92,7 +92,7 @@ Most operations just do the right thing without extra arguments. `extrude` picks
92
92
  Import and export STEP files with full color support. Bring in existing CAD models or share your designs with any standard CAD tool.
93
93
 
94
94
  <p align="center">
95
- <img src="assets/step-import.png" alt="FluidCAD Step Import" />
95
+ <img src="https://fluidcad.io/img/step-import.png" alt="FluidCAD Step Import" />
96
96
  </p>
97
97
 
98
98
  ### Use Your Favorite Editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluidcad",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Parametric CAD modeling library using javascript",
5
5
  "author": "Marwan Aouida <contact@marwan.dev>",
6
6
  "homepage": "https://fluidcad.io",