@nevware21/chromacon
    Preparing search index...

    Function isTrueColorSupported

    • Returns true if the terminal supports true color (24-bit).

      Returns boolean

      True if the terminal supports true color

      import { isTrueColorSupported } from "@nevware21/chromacon";

      if (isTrueColorSupported()) {
      console.log("True color is supported");
      }