Skip to content

Commit e9a7209

Browse files
committed
docs: update import path with latest exports
1 parent 0bcebff commit e9a7209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Refer to the `package.json` for the full list of scripts and configuration detai
3737
### ESM imports
3838

3939
```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"
40+
import { RemoteSession } from "@kitware/vtk-wasm/remote"
41+
import { createVtkObjectProxy, createNamespace } from "@kitware/vtk-wasm/vtk"
42+
import { ExportViewer, createViewer } from "@kitware/vtk-wasm/viewer"
4343
```
4444

4545
### UMD imports

0 commit comments

Comments
 (0)