Skip to content

Commit 9ee2d45

Browse files
committed
support dropping gif images
1 parent 0750914 commit 9ee2d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/utils/drop.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"image/png" (add-image! file position)
4949
"image/jpeg" (add-image! file position)
5050
"image/bmp" (add-image! file position)
51+
"image/gif" (add-image! file position)
5152
"image/svg+xml" (add-svg! file position)
5253
(when (= (last (str/split (.-name file) ".")) "rps")
5354
(file/read! file)))))

0 commit comments

Comments
 (0)