Export worker for package @ffmpeg/ffmpeg

This commit is contained in:
ntnyq 2024-12-25 09:22:31 +08:00 committed by GitHub
parent f2f06d5add
commit d24b560744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {