mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix upload picture
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export const imageMimeTypes = [
|
||||
'image/jpeg', // JPEG/JPG
|
||||
'image/png', // PNG
|
||||
'image/gif', // GIF
|
||||
'image/bmp', // BMP
|
||||
'image/webp', // WebP
|
||||
'image/tiff', // TIFF
|
||||
'image/svg+xml', // SVG
|
||||
'image/x-icon', // ICO
|
||||
'image/heif', // HEIF
|
||||
'image/heic', // HEIC
|
||||
'image/avif', // AVIF
|
||||
'image/x-xcf', // XCF (GIMP)
|
||||
'image/vnd.adobe.photoshop', // PSD (Photoshop)
|
||||
'image/x-pict' // PICT
|
||||
];
|
||||
Reference in New Issue
Block a user