File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ If you already have a package.json file, manually add `"type": "module"` to enab
4141Add this line to your HTML or JavaScript module:
4242
4343``` javascript
44- import { FEAScriptModel , plotSolution } from " https://core.feascript.com/dist/feascript.umd .js" ;
44+ import { FEAScriptModel , plotSolution } from " https://core.feascript.com/dist/feascript.esm .js" ;
4545```
4646
4747### Option 3: Download and Use Locally
@@ -60,7 +60,7 @@ import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/fe
6060
6161``` javascript
6262// Import FEAScript library
63- import { FEAScriptModel , plotSolution } from " https://core.feascript.com/dist/feascript.umd .js" ;
63+ import { FEAScriptModel , plotSolution } from " https://core.feascript.com/dist/feascript.esm .js" ;
6464
6565// Create and configure model
6666const model = new FEAScriptModel ();
You can’t perform that action at this time.
0 commit comments