1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-17 22:04:35 +00:00

thumbnail parameter

This commit is contained in:
Laura
2025-07-13 14:45:03 +02:00
parent d388ba5b41
commit ce0a9336dd
3 changed files with 17 additions and 0 deletions

1
go.mod
View File

@ -6,6 +6,7 @@ require github.com/urfave/cli/v3 v3.3.8
require (
github.com/gen2brain/webp v0.5.5
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)