aboutsummaryrefslogtreecommitdiff
path: root/lib/ansimage/doc.go
blob: 56bc0c5c33dc7152c9d78586fac50981525d41ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Package ansimage is a simplified version of the ansimage package
// in https://github.com/eliukblau/pixterm focused in rendering images
// to a tcell-based TUI app.
//
//       ___  _____  ____
//      / _ \/  _/ |/_/ /____ ______ _
//     / ___// /_>  </ __/ -_) __/  ' \
//    /_/  /___/_/|_|\__/\__/_/ /_/_/_/
//
// This package is licensed under the Mozilla Public License v2.0.
package ansimage