makes a frame around a given string, can be done for every string
a string with a frame
makes a given array of string bigger (only for segment)
returns a bigger array
changes the comma so the display will be oblique
the right comma segment
determines how large the used 7 segment parts will be
Generated using TypeDoc
Layout class is a class that does everything with the layout. for now it add a frame to a string and make a segment value bigger
import Layout from './src/layout' const layout = new Layout(); characters.enlarge(segmentDisplay, 10); characters.addFrame("i want a frame"); ...