Adopt lerna and typescript
This commit is contained in:
5
packages/ffmpeg/src/browser/index.js
Normal file
5
packages/ffmpeg/src/browser/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import defaultOptions from './defaultOptions';
|
||||
import { getCreateFFmpegCore } from './getCreateFFmpegCore';
|
||||
import { fetchFile } from './fetchFile';
|
||||
|
||||
export { defaultOptions, getCreateFFmpegCore, fetchFile };
|
||||
Reference in New Issue
Block a user