Skip to content

Commit

Permalink
Added worker export to core package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Montaire committed Jun 20, 2024
1 parent ae1cdac commit de54cc8
Show file tree
Hide file tree
Showing 2 changed files with 8 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
4 changes: 4 additions & 0 deletions packages/core/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 de54cc8

Please sign in to comment.