Skip to content

Add more functionality to colors.ts #2

Description

@lisaychuang

Add more functionality to colors.ts, some ideas are:

  • X11 colors
  • background colors (maybe prepend colors with 'bg'?)
  • text formatting styles: bold / italic / underline / strikethrough
  • font size: normal / medium / Large?
  • shadow (“text-shadow: 1px 1px 1px #000”)
  • add borders (“border 1px solid #aaa”)
  • add Console.Table
    Logger.table should accept a 2D array, e.g.
 console.table([
    ['hello', 'abc'],
    ['world', 'def']
  ]);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions