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 d325c52 commit 1a67022Copy full SHA for 1a67022
packages/core/typescript/itk-wasm/src/index-common.ts
@@ -8,6 +8,7 @@ export { default as copyImage } from './copy-image.js'
8
export { default as stackImages } from './stack-images.js'
9
export { default as getFileExtension } from './get-file-extension.js'
10
export { default as getMatrixElement } from './get-matrix-element.js'
11
+export { default as setMatrixElement } from './set-matrix-element.js'
12
export { default as castImage } from './cast-image.js'
13
14
export type { default as TypedArray } from './typed-array.js'
0 commit comments