package
module
Version:
v0.0.0-...-042c717
Opens a new window with list of versions in this module.
Published: Aug 25, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
flfgo
A port of figlet to golang.
Use
For use it in code like this :
package main
import (
"git.thoxy.xyz/thoxy/flfgo"
)
func main() {
renderStr, _ := flfgo.Render([]byte("fontfile content byte"), "Text")
fmt.Println(renderStr)
}
Credit
This is a minimized fork of https://github.com/weberhong/figlet4go
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.