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

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.