import { rgbToAnsi4 } from "https://deno.land/x/crayon@3.3.3/src/conversions.ts";
Converts RGB color representation to 4Bit (16) ANSI
This is slightly modified rgb.ansi16 conversion from https://github.com/Qix-/color-convert/blob/master/conversions.js