proeminent.js
v1.0.0
Published
An lib to get proeminent colors of the image
Readme
Proeminent.JS
This library extract proeminent colors from the image, and return the hex code then.
How to use
await Proeminent(sourceImage);
returns ['#FFF000', '#000000', '#350BEF']Node.JS
Install the module via npm or yarn
# For NPM
npm install proeminent.js
# For Yarn
yarn add proeminent.js