aboutsummaryrefslogtreecommitdiff
path: root/src/svg.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg.gleam')
-rw-r--r--src/svg.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg.gleam b/src/svg.gleam
index 6e86231..aab2735 100644
--- a/src/svg.gleam
+++ b/src/svg.gleam
@@ -33,7 +33,7 @@ fn images(theme, digits, width, height, svgs) {
<> int.to_string(digit)
<> "."
<> case theme {
- "gelbooru-h" | "moebooru-h" | "lain" -> "png"
+ "gelbooru-h" | "moebooru-h" | "lain" | "garukura" -> "png"
_ -> "gif"
},
)