Skip to content

Commit

Permalink
feat: heic 이미지 확장자 추가 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
EunjiShin authored Sep 9, 2024
1 parent c024ffd commit 52ede14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public enum ImageExtension {
JPG("jpg"),
JPEG("jpeg"),
PNG("png"),
HEIC("heic"),
;

private final String value;
Expand Down

0 comments on commit 52ede14

Please sign in to comment.