Skip to content

Commit

Permalink
Merge pull request #805 from ntnyq/patch-1
Browse files Browse the repository at this point in the history
Export worker for package `@ffmpeg/ffmpeg`
  • Loading branch information
lucasgelfond authored Jan 7, 2025
2 parents 6947ba1 + d24b560 commit dd1e0a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ffmpeg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"import": "./dist/esm/index.js",
"require": "./dist/umd/ffmpeg.js"
}
},
"./worker": {
"types": "./dist/esm/worker.d.ts",
"default": "./dist/esm/worker.js"
}
},
"scripts": {
Expand Down

0 comments on commit dd1e0a8

Please sign in to comment.