Skip to content

Commit

Permalink
Merge pull request #1194 from thewtex/embedded-worker-type
Browse files Browse the repository at this point in the history
build(index-worker-embedded): specify pipelineWorker type
  • Loading branch information
thewtex authored Aug 11, 2024
2 parents 332bec1 + 2719194 commit e7e7e5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

import { setPipelineWorkerUrl } from './index.js'
import pipelineWorker from '../node_modules/itk-wasm/dist/pipeline/web-workers/bundles/itk-wasm-pipeline.worker.js'
setPipelineWorkerUrl(pipelineWorker)
setPipelineWorkerUrl(pipelineWorker as string)

export * from './index.js'
export * from './index.js'

0 comments on commit e7e7e5a

Please sign in to comment.