@nevware21/chromacon
    Preparing search index...

    Function isColorSupported

    • Returns true if the terminal supports at least 16 colors, but may support more.

      Returns boolean

      True if the terminal supports at least 16 colors

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

      if (isColorSupported()) {
      console.log("Color is supported");
      }