Initial commit

This commit is contained in:
2024-08-29 11:32:55 +02:00
commit b168c688cd
9 changed files with 226 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module image-transcoder
go 1.23.0
require (
github.com/chai2010/webp v1.1.1
github.com/foobaz/lossypng v0.0.0-20200814224715-48fa8819852a
)