WhspBrd/_examples/kittyImg.go
2025-10-09 10:50:59 +02:00

10 lines
137 B
Go

package main
import (
"whspbrd/pkg/render_image"
)
func main() {
render_image.RenderImage("../configs/icon.png", 0, 0, 3, 0, true)
}