Skip to content

Commit 84bd724

Browse files
authored
Update ImageFormat.php (#2)
Аdd jpeg support
1 parent f3b4648 commit 84bd724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Support/ImageFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class ImageFormat
1010
{
1111
private const SUPPORTED = [
12-
'png', 'jpg', 'webp', 'avif', 'gif', 'ico',
12+
'png', 'jpg', 'jpeg', 'webp', 'avif', 'gif', 'ico',
1313
'svg', 'heic', 'bmp', 'tiff', 'pdf', 'mp4',
1414
];
1515

0 commit comments

Comments
 (0)