Skip to content

Commit

Permalink
Merge pull request #703 from imputnet/add-worker-export
Browse files Browse the repository at this point in the history
core-mt: add worker export
  • Loading branch information
lucasgelfond authored Jan 7, 2025
2 parents 0261cbd + 20d7f42 commit 395d6c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core-mt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"./wasm": {
"import": "./dist/esm/ffmpeg-core.wasm",
"require": "./dist/umd/ffmpeg-core.wasm"
},
"./worker": {
"import": "./dist/esm/ffmpeg-core.worker.js",
"require": "./dist/umd/ffmpeg-core.worker.js"
}
},
"files": [
Expand Down

0 comments on commit 395d6c7

Please sign in to comment.