1.3.0 • Published 3 years ago

@color-palette/color-palette v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.