JSFiddle - React, Tailwind, and code Playground
by ajmeese7
JavaScript
// ES5
var Vibrant = require('node-vibrant');
// Promise
let url = "https://res.cloudinary.com/couponbooked/image/upload/v1593032820/templates/coupons/Boyfriend/nagging_ndzcuv.png";
Vibrant.from(url).getPalette()
.then((palette) => alert(palette))