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.