@txdfe/at-colors
v1.0.12
Published
Color palettes generator of AT
Downloads
4
Readme
Install
$ npm install @txdfe/at-colors
// or
$ yarn add @txdfe/at-colors
Usage
$ npm install@txdfe/at-colors --save
const { generate } = require('./src/index.js');
// Generate color palettes by a given color
const colors = generate('#56c3c2');
console.log(colors);