720p for gifv files

This commit is contained in:
ana 2023-07-31 02:52:34 +00:00
parent 511d340c45
commit 551d51c48d
5 changed files with 93 additions and 30 deletions

View file

@ -16,4 +16,7 @@ export function extension(str: string){
export interface User {
username: string;
id?: string;
}
}
export const videoExtensions = [".mp4", ".mov", ".avi", ".flv", ".mkv", ".wmv", ".webm"];
export const imageExtensions = [".jpg", ".jpeg", ".png", ".gif", ".bmp", ".svg", ".tiff", ".webp"];