Print animated text to the terminal
FlippyText is a Go library for printing animated text one character at a time.
go get github.com/bengadbois/flippytext
import "github.com/bengadbois/flippytext"func main() { flippytext.New().Write("hello world")}
import "github.com/bengadbois/flippytext"
func main() {
flippytext.New().Write("hello world")
}