npm.io
0.9.2 • Published 1 year ago

@emotion/hash

Licence
MIT
Version
0.9.2
Deps
0
Size
10 kB
Vulns
0
Weekly
0
Stars
18.0K

@emotion/hash

A MurmurHash2 implementation

import hash from '@emotion/hash'

hash('some-string') // 12fj1d

The source of this is from https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js.