Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 968 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 968 Bytes

DJS-Easy-Color

Description

Makes getting HEX and RGB values for colors easy with over 130 colors List of colors

Example

const EasyColor = require("djs-easy-color")

EasyColor.getColor(TYPE, COLOR) //Returns RGB or HEX value for color
EasyColor.getRandomColor(TYPE) //Returns random RGB or HEX value
EasyColor.getRandomGen(TYPE) //Returns randomly generated color with HEX or RGB value