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

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.