import filters for pixiv sidecars, tag filtering, and favicon generation

This commit is contained in:
2026-02-04 19:08:50 -05:00
parent 17403c4e6b
commit c95896693f
24 changed files with 4615 additions and 4234 deletions
+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Outer frame -->
<rect x="4" y="4" width="56" height="56" rx="8" fill="#6366f1"/>
<!-- Inner image area -->
<rect x="10" y="10" width="44" height="44" rx="4" fill="#3c3c46"/>
<!-- Sun -->
<circle cx="44" cy="20" r="6" fill="#fbbf24"/>
<!-- Back mountain -->
<polygon points="10,48 32,24 50,48" fill="#5a5f6b"/>
<!-- Front mountain -->
<polygon points="24,48 44,30 54,48" fill="#50555f"/>
</svg>

After

Width:  |  Height:  |  Size: 479 B