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 () => {
|
void (async () => {
|
||||||
const ffmpeg = await createFFmpeg();
|
const ffmpeg = await createFFmpeg();
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import fs from "node:fs";
|
import fs from "node:fs";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import createFFmpeg from "@ffmpeg/ffmpeg";
|
import createFFmpeg from "@ffmpeg/core";
|
||||||
|
|
||||||
void (async () => {
|
void (async () => {
|
||||||
const wav = Uint8Array.from(
|
const wav = Uint8Array.from(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import fs from "node:fs";
|
import fs from "node:fs";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import createFFmpeg from "@ffmpeg/ffmpeg";
|
import createFFmpeg from "@ffmpeg/core";
|
||||||
|
|
||||||
void (async () => {
|
void (async () => {
|
||||||
const avi = Uint8Array.from(
|
const avi = Uint8Array.from(
|
||||||
|
Loading…
Reference in New Issue
Block a user