Skip to content

Commit d24b560

Browse files
authored
Export worker for package @ffmpeg/ffmpeg
1 parent f2f06d5 commit d24b560

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ffmpeg/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"import": "./dist/esm/index.js",
1313
"require": "./dist/umd/ffmpeg.js"
1414
}
15+
},
16+
"./worker": {
17+
"types": "./dist/esm/worker.d.ts",
18+
"default": "./dist/esm/worker.js"
1519
}
1620
},
1721
"scripts": {

0 commit comments

Comments
 (0)