Adopt lerna and typescript

This commit is contained in:
Jerome Wu
2022-09-13 17:23:21 +08:00
parent d2ea0066a7
commit 94bb51d073
139 changed files with 35770 additions and 11094 deletions

View File

@@ -0,0 +1,6 @@
import createFFmpegCore from "@ffmpeg/core";
void (async () => {
const core = await createFFmpegCore();
console.log(core);
})();