use raw webp

This commit is contained in:
fmatos 2026-07-10 21:26:31 -03:00
parent 5981e3739d
commit 42ea40934e
No known key found for this signature in database

View file

@ -21,8 +21,8 @@ var imageExtensions = map[string]bool{
".png": true, ".png": true,
".jpg": true, ".jpg": true,
".jpeg": true, ".jpeg": true,
".webp": true, // ".webp": true,
".bmp": true, ".bmp": true,
} }
func isImageFile(path string) bool { func isImageFile(path string) bool {