add automatic image resizing

This commit is contained in:
2023-12-23 00:50:50 -07:00
parent 90d092bc17
commit f0292c325e
5 changed files with 326 additions and 27 deletions

5
go.mod
View File

@ -2,7 +2,10 @@ module i2v
go 1.21
require github.com/urfave/cli/v2 v2.26.0
require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/urfave/cli/v2 v2.26.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect