Skip to content

Commit 9161044

Browse files
committed
fix: removed dist and converted plotly into vtk js
1 parent df07391 commit 9161044

File tree

13 files changed

+3442
-3172
lines changed

13 files changed

+3442
-3172
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- <b>Meshing:</b> simple 1D/2D mesh generation, unstructured mesh import from Gmsh (`.msh`)
1717
- <b>Solvers:</b> frontal, Jacobi (CPU/WebGPU) and LU, Newton–Raphson for nonlinear systems
1818
- <b>Performance:</b> web worker support for multi-threaded computation
19-
- <b>Visualization:</b> interactive plots with Plotly
19+
- <b>Visualization:</b> interactive scientific rendering with vtk.js
2020

2121
<!-- ## Contents
2222
@@ -81,7 +81,7 @@ FEAScript works well in interactive JavaScript playgrounds where you can write c
8181
Install FEAScript and its peer dependencies from npm as follows:
8282

8383
```bash
84-
npm install feascript mathjs plotly.js
84+
npm install feascript mathjs @kitware/vtk.js
8585
```
8686

8787
Then, import it in your JavaScript file:

dist/feascript.cjs.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/feascript.cjs.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/feascript.esm.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/feascript.esm.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/feascript.umd.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/feascript.umd.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)