TUI Renderer, Element Types, and Page Updates
This commit is contained in:
@@ -13,7 +13,7 @@ export const lines: TerminalLine[] = [
|
||||
{ type: 'output', content: '(&dim,red)███(&)(&dim,orange)███(&)(&dim,yellow)███(&)(&dim,green)███(&)(&dim,cyan)███(&)(&dim,blue)███(&)(&dim,magenta)███(&)(&dim,pink)███(&)', inline: true },
|
||||
|
||||
{ type: 'blank', content: '' },
|
||||
{ type: 'header', content: `HI, I'm ${user.displayname}` },
|
||||
{ type: 'header', content: `HI, I'm ${user.displayname}` },
|
||||
{ type: 'image', content: '', image: user.avatar, imageAlt: user.name, imageWidth: 120, inline: true },
|
||||
|
||||
{ type: 'group', content: '', inline: true, groupDirection: 'column', children: [
|
||||
|
||||
Reference in New Issue
Block a user