key-maker
v1.1.0
Published
Deterministic hashes from JavaScript objects in the browser
Downloads
56
Readme
Key Maker
Key Maker solves very particular problem:
- You want keys made for arbitrary JavaScript objects.
- These keys need to be strings, preferably of a short length, and need to be manufactured deterministically.
- You want to do this in the browser.
To install:
$ npm install key-makerUse dist.js if you want dependencies baked in.
