Implement is_supported_image_file

This commit is contained in:
Leeingnyo
2022-05-15 16:03:15 +09:00
parent ea6cbbd9ce
commit 10587f48cb
2 changed files with 14 additions and 10 deletions

View File

@@ -1,13 +1,3 @@
SUPPORTED_IMG_TYPES = %w(
image/jpeg
image/png
image/webp
image/apng
image/avif
image/gif
image/svg+xml
)
enum SortMethod
Auto
Title