Returns true if the terminal supports at least 256 colors, but may support more.
True if the terminal supports 256 colors
import { isRgb256ColorSupported } from "@nevware21/chromacon";if (isRgb256ColorSupported()) { console.log("256 colors are supported");} Copy
import { isRgb256ColorSupported } from "@nevware21/chromacon";if (isRgb256ColorSupported()) { console.log("256 colors are supported");}
Returns true if the terminal supports at least 256 colors, but may support more.