spaceout/front_end/node_modules/@emotion/hash
2020-12-12 10:25:30 -05:00
..
dist Added Django and React Template 2020-12-12 10:25:30 -05:00
src Added Django and React Template 2020-12-12 10:25:30 -05:00
types Added Django and React Template 2020-12-12 10:25:30 -05:00
CHANGELOG.md Added Django and React Template 2020-12-12 10:25:30 -05:00
LICENSE Added Django and React Template 2020-12-12 10:25:30 -05:00
package.json Added Django and React Template 2020-12-12 10:25:30 -05:00
README.md Added Django and React Template 2020-12-12 10:25:30 -05:00

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