We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a299deb commit cdcba47Copy full SHA for cdcba47
README.md
@@ -32,6 +32,7 @@ You can run simulations with FEAScript by calling its functions from JavaScript
32
You can use FEAScript in browser environments in three ways:
33
34
- **Import from Hosted ESM Build:**
35
+
36
```html
37
<script type="module">
38
import { FEAScriptModel } from "https://core.feascript.com/dist/feascript.esm.js";
0 commit comments