Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix(Convert.php): change file type check to extension check to incl…
…ude all image types ✨ feat(index.php): remove file extension check in shouldGenerateWebP function The file type check in Convert.php was changed to an extension check to include all image types. This improves the functionality of the class as it can now process all image types. The file extension check in shouldGenerateWebP function in index.php was removed as it is no longer necessary with the changes made in Convert.php.
- Loading branch information