diff options
| author | Fuwn <[email protected]> | 2024-07-01 11:24:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-01 11:24:33 +0000 |
| commit | 1cb67d8f144b3d8cc3873a08419f50e707a676d4 (patch) | |
| tree | 7a08719e2f4597fc0488f506117818fa74af8f1c /src | |
| parent | feat(themes): lain theme (diff) | |
| download | mayu-1cb67d8f144b3d8cc3873a08419f50e707a676d4.tar.xz mayu-1cb67d8f144b3d8cc3873a08419f50e707a676d4.zip | |
feat: garukura themev0.1.11
Diffstat (limited to 'src')
| -rw-r--r-- | src/svg.gleam | 2 |
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" }, ) |