mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 19:05:32 -04:00
Add jxl support
This commit is contained in:
parent
2d97faa7c0
commit
ea35faee91
@ -11,6 +11,7 @@ SUPPORTED_IMG_TYPES = %w(
|
|||||||
image/avif
|
image/avif
|
||||||
image/gif
|
image/gif
|
||||||
image/svg+xml
|
image/svg+xml
|
||||||
|
image/jxl
|
||||||
)
|
)
|
||||||
|
|
||||||
def random_str
|
def random_str
|
||||||
@ -49,6 +50,7 @@ def register_mime_types
|
|||||||
# defiend by Crystal in `MIME.DEFAULT_TYPES`
|
# defiend by Crystal in `MIME.DEFAULT_TYPES`
|
||||||
".apng" => "image/apng",
|
".apng" => "image/apng",
|
||||||
".avif" => "image/avif",
|
".avif" => "image/avif",
|
||||||
|
".jxl" => "image/jxl",
|
||||||
}.each do |k, v|
|
}.each do |k, v|
|
||||||
MIME.register k, v
|
MIME.register k, v
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user