File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -216,21 +216,21 @@ <h2>Results</h2>
216216
217217 < script type ="module ">
218218 // Import FEAScript library from GitHub
219- // import {
220- // FEAScriptModel,
221- // plotInterpolatedSolutionVtk,
222- // createColorScale,
223- // createContourLineOptions,
224- // printVersion,
225- // } from "https://core.feascript.com/dist/feascript.esm.js";
226- // Import FEAScript library from a local directory
227219 import {
228220 FEAScriptModel ,
229221 plotInterpolatedSolutionVtk ,
230222 createColorScale ,
231223 createContourLineOptions ,
232224 printVersion ,
233- } from "../../FEAScript-core/src/index.js" ;
225+ } from "https://core.feascript.com/dist/feascript.esm.js" ;
226+ // Import FEAScript library from a local directory
227+ // import {
228+ // FEAScriptModel,
229+ // plotInterpolatedSolutionVtk,
230+ // createColorScale,
231+ // createContourLineOptions,
232+ // printVersion,
233+ // } from "../../FEAScript-core/src/index.js";
234234
235235 window . addEventListener ( "DOMContentLoaded" , async ( ) => {
236236 console . log ( "FEAScript version:" , printVersion ) ;
You can’t perform that action at this time.
0 commit comments