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