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 f68c57c commit 5d2f346Copy full SHA for 5d2f346
doc/content/api/node_io.md
@@ -23,9 +23,9 @@ Write an image to a file on the local filesystem with Node.js.
23
*imageOrMesh*: [itk/Image](./Image.html) or [itk/Mesh](./Mesh.html) instance to write
24
*filePath*: path to the file on the local filesystem
25
26
-## writeFileSync(useCompression, image, filePath) -> null
+## writeLocalFileSync(useCompression, image, filePath) -> null
27
28
-Similar to `writeImageLocalFile`, but synchronous.
+Similar to `writeLocalFile`, but synchronous.
29
30
---
31
0 commit comments