Update website
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.6.0"
|
||||
"node": ">=18.17.0"
|
||||
},
|
||||
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -123,6 +123,7 @@ export class FFmpeg {
|
||||
* The progress events are accurate only when the length of
|
||||
* input and output video/audio file are the same.
|
||||
*
|
||||
* @category FFmpeg
|
||||
*/
|
||||
public on(
|
||||
event: "log" | "progress",
|
||||
@@ -135,6 +136,11 @@ export class FFmpeg {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Unlisten to log or prgress events from `ffmpeg.exec()`.
|
||||
*
|
||||
* @category FFmpeg
|
||||
*/
|
||||
public off(
|
||||
event: "log" | "progress",
|
||||
callback: LogEventCallback | ProgressEventCallback
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.6.0"
|
||||
"node": ">=18.17.0"
|
||||
},
|
||||
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user