@neo4j-devtools/word-color
v0.0.8
Published
Map any given word/string deterministically to a hex color. [Demo](https://unpkg.com/@neo4j-devtools/word-color@latest/dist/demo/index.html).
Downloads
2,065
Keywords
Readme
Word Color
Map any given word/string deterministically to a hex color. Demo.
Quickstart
npm install @neo4j-devtools/word-color
import { calcWordColor } from '@neo4j-devtools/color-words';
calcWordColor('Verdanturf'); // #d6e019
Development & Testing
Hot reloading dev server: pnpm run dev
Test: pnpm run test
Publishing
Bump the version number, and simply run pnpm publish --access public
. Make sure you have access to the neo4j-devtools
GitHub org.