function extractColorsimport { extractColors } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/src/image/mod.ts"; extractColors(image: Image, nColors: number): Pixel[]Extract colors from an image. Parametersimage: ImagenColors: numberReturnsPixel[]