max_liu b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas
..
dist b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas
src b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas
types b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas
CHANGELOG.md b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas
LICENSE b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas
README.md b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas
package.json b7ab7c8514 chore: 更新node_modules依赖文件 hai 2 semanas

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.