Benny~ 102cba7f4f
add bmp and gif support.
gif support is not perfect, need animated webp
2020-03-03 19:26:48 +08:00

10 lines
165 B
Modula-2

module webp_server_go
go 1.13
require (
github.com/chai2010/webp v1.1.0
github.com/gofiber/fiber v1.4.0
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
)