Skip to content
/ color.js Public

Standalone JavaScript Library to handle colors in different formats

Notifications You must be signed in to change notification settings

s-a/color.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is my lib to handle colors in JavaScript in Node.js and in browser.

There are handy funtions like Color.invertGoodReadable() or Color.lum() to set color luminance new Color("#000000").random().toString() "rgb(247,51,46)" new Color("#000000").random().hex() "#a41991"

Todo: This lib is only prepared to handle RGBA colors.

About

Standalone JavaScript Library to handle colors in different formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published