chore: enable webp support
/ publish (push) Successful in 3m22s

This commit is contained in:
2026-03-07 18:23:18 +01:00
parent f5bcc7c381
commit 82e601fd7f
3 changed files with 3 additions and 5 deletions
+2 -1
View File
@@ -10,12 +10,13 @@ import (
"hash/fnv"
"image"
"image/jpeg"
_ "image/jpeg"
_ "image/png"
"io"
"strings"
"time"
_ "golang.org/x/image/webp"
"github.com/valkey-io/valkey-go"
)