Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- <b>Meshing:</b> simple 1D/2D mesh generation, unstructured mesh import from Gmsh (`.msh`)
- <b>Solvers:</b> frontal, Jacobi (CPU/WebGPU) and LU, Newton–Raphson for nonlinear systems
- <b>Performance:</b> web worker support for multi-threaded computation
- <b>Visualization:</b> interactive plots with Plotly
- <b>Visualization:</b> interactive scientific rendering with vtk.js

<!-- ## Contents

Expand Down Expand Up @@ -81,7 +81,7 @@ FEAScript works well in interactive JavaScript playgrounds where you can write c
Install FEAScript and its peer dependencies from npm as follows:

```bash
npm install feascript mathjs plotly.js
npm install feascript mathjs @kitware/vtk.js
```
Comment on lines 83 to 85
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README now instructs users to install only @kitware/vtk.js, but the codebase still supports a Plotly backend (renderOptions.backend === "plotly") and plotly.js remains an (optional) peer dependency. Consider either documenting Plotly as an optional install (and how to select the backend) or removing Plotly support/dependencies to match the migration messaging.

Copilot uses AI. Check for mistakes.

Then, import it in your JavaScript file:
Expand Down
7 changes: 0 additions & 7 deletions dist/feascript.cjs.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/feascript.cjs.js.map

This file was deleted.

7 changes: 0 additions & 7 deletions dist/feascript.esm.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/feascript.esm.js.map

This file was deleted.

7 changes: 0 additions & 7 deletions dist/feascript.umd.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/feascript.umd.js.map

This file was deleted.

Loading
Loading