You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ In general VTK tries to be as portable as possible; the specific configurations
48
48
49
49
vtk.js supports the following development environments:
50
50
51
-
- Node 14+
52
-
- NPM 7+
51
+
- Node 22+
52
+
- NPM 10+
53
53
54
54
and we use [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env) with the [defaults](https://github.com/Kitware/vtk-js/blob/master/.browserslistrc) set of [browsers target](https://browserl.ist/?q=defaults).
55
55
But when built from source this could be adjusted to support any browser as long they provide WebGL.
@@ -78,4 +78,3 @@ See [Copyright.txt][] for details.
78
78
## Contributing
79
79
80
80
See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
0 commit comments