Skip to content

smn-official/smn-colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMN Logo

smn-colorize

Turn a number into a Material Design color.

let colorize = require('smn-colorize');

let color = colorize(5); // #F57C00

Installation

$ npm install smn-colorize

How it works

  • Iterate an array of Material Design colors to find a specific color for given number.
  • The color will ever be the same for the same number.
  • It works for infinite numbers.

People

List of all contributors

License

MIT

About

Turn a number into a Material Design color.

Resources

License

Stars

Watchers

Forks

Packages

No packages published