Fix node-ts

This commit is contained in:
Jerome Wu 2022-09-30 17:24:23 +08:00
parent a136b8b1bb
commit c278b8dfe9
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import createFFmpeg from "@ffmpeg/ffmpeg";
import createFFmpeg from "@ffmpeg/core";
void (async () => {
const ffmpeg = await createFFmpeg();

View File

@ -1,6 +1,6 @@
import fs from "node:fs";
import path from "node:path";
import createFFmpeg from "@ffmpeg/ffmpeg";
import createFFmpeg from "@ffmpeg/core";
void (async () => {
const wav = Uint8Array.from(

View File

@ -1,6 +1,6 @@
import fs from "node:fs";
import path from "node:path";
import createFFmpeg from "@ffmpeg/ffmpeg";
import createFFmpeg from "@ffmpeg/core";
void (async () => {
const avi = Uint8Array.from(