word-color

colorful words

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
word-color
901.2.08 years ago9 years agoMinified + gzip package size for word-color in KB

Readme

word-color
spm package NPM version Build Status NPM downloads
Color your words! Similar words have Similar color.

Usage

Use spm@3.x

$ spm install word-color

Use npm

$ npm install word-color

var wordColor = require('word-color');

wordColor('words');         // rgb(188,174,18)
wordColor.rgb('words');     // [188,174,18]

Demo

Colorful modules in aralejs.