UNPKG

@visulima/is-ansi-color-supported

Version:

Detect whether a terminal or browser supports ansi colors.

14 lines (10 loc) 401 B
'use strict'; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } }); const SPACE_MONO = 0; const SPACE_16_COLORS = 1; const SPACE_256_COLORS = 2; const SPACE_TRUE_COLORS = 3; exports.SPACE_16_COLORS = SPACE_16_COLORS; exports.SPACE_256_COLORS = SPACE_256_COLORS; exports.SPACE_MONO = SPACE_MONO; exports.SPACE_TRUE_COLORS = SPACE_TRUE_COLORS;