package
0.20.0
Repository: https://github.com/mum4k/termdash.git
Documentation: pkg.go.dev

# Packages

Package dotseg simulates a segment display that can draw dots.
Package segment provides functions that draw a single segment.
Package sixteen simulates a 16-segment display drawn on a canvas.

# Functions

Required when given an area of cells, returns either an area of the same size or a smaller area that is required to draw one segment display (i.e.
SegmentSize given an area for the display segment determines the size of individual segments, i.e.
ToBraille converts the canvas into a braille canvas and returns a pixel area with aspect ratio adjusted for the segment display.

# Constants

MinCols is the smallest valid amount of columns in a cell area.
MinRowPixels is the smallest valid amount of rows in a cell area.