0.0.8 • Published 1 year ago

@neo4j-devtools/word-color v0.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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.