mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
define image mime types
This commit is contained in:
parent
9661eb21c5
commit
8f6c27ed2b
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ namespace Yggverse\Yoda\Model;
|
|||
|
||||
class Filesystem
|
||||
{
|
||||
public const MIME_IMAGE_GIF = 'image/gif';
|
||||
public const MIME_IMAGE_JPEG = 'image/jpeg';
|
||||
public const MIME_IMAGE_PNG = 'image/png';
|
||||
public const MIME_IMAGE_WEBP = 'image/webp';
|
||||
|
||||
public const MIME_TEXT_GEMINI = 'text/gemini';
|
||||
public const MIME_TEXT_PLAIN = 'text/plain';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue