fixes, qol and stuff

This commit is contained in:
2026-07-21 12:30:53 +01:00
parent 8acc692b08
commit 5ffebe4895
22 changed files with 611 additions and 66 deletions
+4
View File
@@ -19,4 +19,8 @@
export function snackImage(img: string) {
return trimmedImgs[img];
}
export function snackImages(imgs: string[]) {
return imgs.map(img => trimmedImgs[img]);
}
</script>