libheif-add
Some checks failed
deploy / deploy (push) Failing after 6s

This commit is contained in:
2024-11-13 08:56:18 +03:00
parent be8c03eb11
commit dc543af525
5 changed files with 563 additions and 168 deletions

View File

@@ -36,6 +36,8 @@ pub async fn proxy_handler(
"webp" => "image/webp",
"gif" => "image/gif",
"jfif" => "image/jpeg",
"heic" | "heif" => "image/heic",
"tif" | "tiff" => "image/tiff",
"mp3" => "audio/mpeg",
"wav" => "audio/x-wav",
"ogg" => "audio/ogg",