You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FEAScript](https://feascript.com/) is a lightweight finite element simulation library built in JavaScript. It empowers users to create and execute simulations for physics and engineering applications in both browser-based and server-side environments. This is the core library of FEAScript.
6
7
@@ -41,7 +42,7 @@ For browser-based examples and use cases, visit [our website tutorials](https://
41
42
### Option 2: Via Node.js
42
43
43
44
```bash
44
-
# Install FEAScript and its peer dependencies
45
+
# Install FEAScript and its peer dependencies from npm
0 commit comments