use raw webp
This commit is contained in:
parent
5981e3739d
commit
42ea40934e
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue