Skip to content

Instantly share code, notes, and snippets.

@ducksoupdev
Created January 27, 2021 08:31
Show Gist options
  • Save ducksoupdev/7970db7fde1001c2c8f8af200e1dc992 to your computer and use it in GitHub Desktop.
Save ducksoupdev/7970db7fde1001c2c8f8af200e1dc992 to your computer and use it in GitHub Desktop.
import cryptoEs from 'https://cdn.skypack.dev/crypto-es'
const hash = cryptoEs.MD5("matt.levy@oneadvanced.com")
const img = document.querySelector('img')
img.src = `https://www.gravatar.com/avatar/${hash.toString()}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment