const attributes: AttributesProps = {
backgroundColor: BasicColor.Red,
foregroundColor: BasicColor.Green,
underlineColor: BasicColor.Blue,
underlineStyle: UnderlineStyle.Double,
bold: true,
italic: true,
};
const style = Style.from(attributes);
Excludes some attributes, like basic background and foreground. They are supposed to be handled by the ingesting function via backgroundColor and foregroundColor properties.
SGR attribute props