Skip to content

Commit

Permalink
[OPIK-405] Add missing format for GIF images (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferc authored Nov 14, 2024
1 parent 38d5e2f commit 2d52722
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const BASE64_PREFIXES_MAP = {
"/9j/": "jpeg",
iVBORw0KGgo: "png",
R0lGODlh: "gif",
R0lGODdh: "gif",
Qk: "bmp",
SUkq: "tiff",
TU0A: "tiff",
Expand Down

0 comments on commit 2d52722

Please sign in to comment.