mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
FFMPEG Binary support contain and cover generate method
This commit is contained in:
@@ -23,6 +23,7 @@ export type ThumbnailConfig = {
|
||||
quality: number;
|
||||
method: ThumbnailGenMethod;
|
||||
align: ThumbnailAlign;
|
||||
input?: { width: number; height: number };
|
||||
};
|
||||
|
||||
export function gen_thumbnail_config_params(cfg: ThumbnailConfig) {
|
||||
|
||||
Reference in New Issue
Block a user