Skip to content

Commit

Permalink
Update ImageFormat.php (#2)
Browse files Browse the repository at this point in the history
Аdd jpeg support
  • Loading branch information
dcanob authored Mar 29, 2022
1 parent f3b4648 commit 84bd724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/ImageFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class ImageFormat
{
private const SUPPORTED = [
'png', 'jpg', 'webp', 'avif', 'gif', 'ico',
'png', 'jpg', 'jpeg', 'webp', 'avif', 'gif', 'ico',
'svg', 'heic', 'bmp', 'tiff', 'pdf', 'mp4',
];

Expand Down

0 comments on commit 84bd724

Please sign in to comment.