mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Compelete thumbnail generate via ffmpeg API
This commit is contained in:
@@ -9,6 +9,14 @@ export enum ThumbnailGenMethod {
|
||||
Fill,
|
||||
}
|
||||
|
||||
export enum ThumbnailAlign {
|
||||
Left,
|
||||
Top = 0,
|
||||
Center,
|
||||
Right,
|
||||
Bottom = 2,
|
||||
}
|
||||
|
||||
export type ThumbnailConfig = {
|
||||
width: number;
|
||||
height: number;
|
||||
|
||||
Reference in New Issue
Block a user