get-vibrant-colors
v0.0.2
Published
allows you to get the most saturated and vibrant color from an image
Readme
get-vibrant-colors
import { getVibrantColors } from "get-vibrant-colors";
const = vibrantColors = await getVibrantColors(imageUrl);
// or
const = vibrantColors = await getVibrantColors(imageUrl, 5);