import { quantizeByMedianCut } from "https://deno.land/x/colors@v1.2.1/mod.ts";
Get a reduced color palette using Modified Median Cut.
Parameters
palette: Color[]
An array of colors to extract palette from
import { quantizeByMedianCut } from "https://deno.land/x/colors@v1.2.1/mod.ts";
Get a reduced color palette using Modified Median Cut.
An array of colors to extract palette from