interface Options {
    level?: colors.Level;
}

Properties

Properties

level?: colors.Level

Specify the color support for Chalk.

By default, color support is automatically detected based on the environment.

Levels:

  • 0 - All colors disabled.
  • 1 - Basic 16 colors support.
  • 2 - ANSI 256 colors support.
  • 3 - Truecolor 16 million colors support.

Generated using TypeDoc