appwrite/app/config/storage/outputs.php
2025-01-21 18:06:20 +00:00

12 lines
240 B
PHP

<?php
return [
// Accepted outputs files
"jpg" => "image/jpeg",
"jpeg" => "image/jpeg",
"gif" => "image/gif",
"png" => "image/png",
"webp" => "image/webp",
"heic" => "image/heic",
"avif" => "image/avif",
];