@color-palette/color-palette
v1.3.0
Published
An npm pachage for color generation, manipulation and conversions
Downloads
1
Maintainers
Readme
Color-Palette
Install using npm
npm install @color-palette/color-palette
Currently is package is in it's initial phase. So it won't do much right now. Future versions will be better.
Currently it has only one function.
// use require
const Palette = require("@color-palette/color-palette");
// or import
import Palette from "@color-palette/color-palette";
let random = Palette.random(2);
// ["hsl(250,36%,56%)","hsl(250,63%,86%)"]
Will be adding more soon asap.