1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00
appwrite/app/config/storage/outputs.php
2020-06-30 07:33:47 +03:00

9 lines
179 B
PHP

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