appwrite/app/config/storage/outputs.php
2025-06-03 10:35:26 +02:00

12 lines
240 B
PHP

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