feat: big title
This commit is contained in:
@@ -361,6 +361,13 @@ class StateDecl(IRNode):
|
||||
# Components (Phase 8)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
@dataclass
|
||||
class BigTitle(IRNode):
|
||||
"""Large multi-line ASCII art text."""
|
||||
text: str = ""
|
||||
font: str = "block" # block, thin, pixel
|
||||
|
||||
|
||||
@dataclass
|
||||
class ComponentDef(IRNode):
|
||||
"""Component definition: component name(arg1, arg2)."""
|
||||
|
||||
Reference in New Issue
Block a user