Fix node-ts
This commit is contained in:
parent
a136b8b1bb
commit
c278b8dfe9
@ -1,4 +1,4 @@
|
||||
import createFFmpeg from "@ffmpeg/ffmpeg";
|
||||
import createFFmpeg from "@ffmpeg/core";
|
||||
|
||||
void (async () => {
|
||||
const ffmpeg = await createFFmpeg();
|
||||
|
@ -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(
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user