max_liu b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás
..
dist b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás
src b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás
types b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás
CHANGELOG.md b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás
LICENSE b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás
README.md b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás
package.json b7ab7c8514 chore: 更新node_modules依赖文件 há 2 meses atrás

README.md

@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.