aboutsummaryrefslogtreecommitdiff
path: root/lib/ansimage/doc.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-14 12:02:24 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-14 12:02:24 +0300
commitba3a6f5614b9102882566f6581ed7ec387119707 (patch)
tree9ef613f799a476a48ac3f9ddf00fbec5b04c52f1 /lib/ansimage/doc.go
parent85757c387e346ad45105dd124e7e87e044f6b77c (diff)
Add docs
Diffstat (limited to 'lib/ansimage/doc.go')
-rw-r--r--lib/ansimage/doc.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ansimage/doc.go b/lib/ansimage/doc.go
new file mode 100644
index 0000000..56bc0c5
--- /dev/null
+++ b/lib/ansimage/doc.go
@@ -0,0 +1,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
+