Categorygithub.com/pavelpatrin/go-ansi-to-image
modulepackage
0.0.0-20220322093528-7a32ac9e149c
Repository: https://github.com/pavelpatrin/go-ansi-to-image.git
Documentation: pkg.go.dev

# README

go-ansi-to-image

Go library converting ANSI colored text to the image.

Source ANSI example

ansi-mc.txt

Result PNG image

The San Juan Mountains are beautiful!

# Functions

NewConverter creates new ANSI-to-Image converter.

# Variables

DefaultConfig represents default configuration for converter.

# Structs

Config represents converter configuration.
Converter converts ANSI texts to image.