UNPKG
@emotion/hash
Version:
latest (0.9.2)
really-unsafe-please-do-not-use (10.0.0-really-unsafe-please-do-not-use.2)
10.0.0-really-unsafe-please-do-not-use.2
10.0.0-really-unsafe-please-do-not-use.1
10.0.0-really-unsafe-please-do-not-use.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
A MurmurHash2 implementation
github.com/emotion-js/emotion/tree/main
emotion-js/emotion
@emotion/hash
/
README.md
12 lines
(7 loc)
•
226 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# @emotion/hash
> A MurmurHash2 implementation ```jsx 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.