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 1420e6f commit 81c071bCopy full SHA for 81c071b
tutorials/SolidificationFront2D.html
@@ -224,11 +224,17 @@ <h2 id="results"><a name="Results"></a>Results</h2>
224
225
<script type="module">
226
// Import FEAScript library from GitHub
227
+ // import {
228
+ // FEAScriptModel,
229
+ // plotSolution,
230
+ // printVersion,
231
+ // } from "https://core.feascript.com/dist/feascript.esm.js";
232
+ // The bundled ESM version is not working... Need to Check it
233
import {
234
FEAScriptModel,
235
plotSolution,
236
printVersion,
- } from "https://core.feascript.com/dist/feascript.esm.js";
237
+ } from "https://core.feascript.com/src/index.js";
238
// Import FEAScript library from a local directory
239
// import {
240
// FEAScriptModel,
0 commit comments