We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Import it like this:
import ( "github.com/dimkauzh/webzen/src/draw" )
func FillBackground(color [4]int) func DrawText(text string, size, x, y int) func DrawRect(width, height, x, y float64, color [4]int) func SetPixel(x, y float64, color [4]int)