Returns true if the terminal supports true color (24-bit).
True if the terminal supports true color
import { isTrueColorSupported } from "@nevware21/chromacon";if (isTrueColorSupported()) { console.log("True color is supported");} Copy
import { isTrueColorSupported } from "@nevware21/chromacon";if (isTrueColorSupported()) { console.log("True color is supported");}
Returns true if the terminal supports true color (24-bit).