Skip to content

Commit b4d0947

Browse files
committed
Add badges for GitHub release, last commit, and license; remove vtk.js from installation instructions (the user should add @kitware/vtk.js or plotly.js only if he will use the related visualization features)
1 parent 65da816 commit b4d0947

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
# FEAScript-core
44

5+
[![GitHub release](https://img.shields.io/github/v/release/FEAScript/FEAScript-core?logo=github)](https://github.com/FEAScript/FEAScript-core/releases)
56
[![npm version](https://img.shields.io/npm/v/feascript)](https://www.npmjs.com/package/feascript)
7+
[![Last Commit](https://img.shields.io/github/last-commit/FEAScript/FEAScript-core?logo=github)](https://github.com/FEAScript/FEAScript-core/commits/main)
8+
[![License](https://img.shields.io/github/license/FEAScript/FEAScript-core?logo=github)](https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE)
69

710
[FEAScript](https://feascript.com/) is a lightweight finite element simulation library written in JavaScript. It empowers users to perform simulations for physics and engineering applications in both browser-based and server-side environments. This is the core library of the FEAScript project.
811

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

8386
```bash
84-
npm install feascript mathjs @kitware/vtk.js
87+
npm install feascript mathjs
8588
```
8689

8790
Then, import it in your JavaScript file:

0 commit comments

Comments
 (0)