How to use the @emotion/hash/dist/hash.browser.cjs.js.default function in @emotion/hash

To help you get started, we’ve selected a few @emotion/hash examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github queicherius / gw2api-client / src / hash.js View on Github external
function hash (string) {
  if (!cache[string]) {
    cache[string] = emotionHash(string)
  }

  return cache[string]
}

@emotion/hash

A MurmurHash2 implementation

MIT
Latest version published 12 months ago

Package Health Score

81 / 100
Full package analysis

Similar packages