Categorygithub.com/lapis2411/card-generator
repository
0.0.0-20240203100056-78ab65896e68
Repository: https://github.com/lapis2411/card-generator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

card-generator

git clone https://github.com/lapis2411/card-generator

cd ./cmd
go build main.go -o genetare

put your font file to "cmd/sample/fonts/"

generate -cards ./sample/testCard.csv -style ./sample/testStyle.csv -font ./fonts/hogehoge.ttf -output ./generate

If you want to output the image in a composite form

generate -cards ./sample/testCard.csv -style ./sample/testStyle.csv -font ./fonts/hogehoge.ttf -output ./generate_with_merge -merge