We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcebff commit e9a7209Copy full SHA for e9a7209
README.md
@@ -37,9 +37,9 @@ Refer to the `package.json` for the full list of scripts and configuration detai
37
### ESM imports
38
39
```js
40
-import { RemoteSession } from "@kitware/vtk-wasm/remote.js"
41
-import { createVtkObjectProxy, createNamespace } from "@kitware/vtk-wasm/vtk.js"
42
-import { ExportViewer, createViewer } from "@kitware/vtk-wasm/viewer.js"
+import { RemoteSession } from "@kitware/vtk-wasm/remote"
+import { createVtkObjectProxy, createNamespace } from "@kitware/vtk-wasm/vtk"
+import { ExportViewer, createViewer } from "@kitware/vtk-wasm/viewer"
43
```
44
45
### UMD imports
0 commit comments