word-color

colorful words

Usage no npm install needed!

<script type="module">
  import wordColor from 'https://cdn.skypack.dev/word-color';
</script>

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.