appwrite/app/config/storage/outputs.php
2025-05-17 20:23:46 +12:00

11 lines
214 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",
];