Skip to content

Commit

Permalink
feat(image-io): export extensionToImageIo in index
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Dec 6, 2023
1 parent 2cc638f commit b9fffea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/image-io/typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,9 @@ export type { WasmZstdWriteImageOptions }
import wasmZstdWriteImage from './wasm-zstd-write-image.js'
export { wasmZstdWriteImage }

import extensionToImageIo from './extension-to-image-io.js'
export { extensionToImageIo }

export type { BinaryFile } from 'itk-wasm'
export type { JsonCompatible } from 'itk-wasm'
export type { Image } from 'itk-wasm'

0 comments on commit b9fffea

Please sign in to comment.