Skip to content

Commit

Permalink
Add MIME type for jp2000 files (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
joninvski authored Dec 28, 2023
1 parent 97c70ec commit d02ce9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mime.ex
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ defmodule MIME do
"image/gif" => ["gif"],
"image/heic" => ["heic"],
"image/heif" => ["heif"],
"image/jp2" => [".jp2"],
"image/jpeg" => ["jpg", "jpeg"],
"image/jxl" => ["jxl"],
"image/png" => ["png"],
Expand Down

0 comments on commit d02ce9c

Please sign in to comment.