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