@color-palette/color-palette
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

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.

Package Sidebar

Install

npm i @color-palette/color-palette

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

18 kB

Total Files

11

Last publish

Collaborators

  • ayayushsharma