Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created October 12, 2021 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charisTheo/ccb5fea8625069390a6c2c32eecb2a01 to your computer and use it in GitHub Desktop.
Save charisTheo/ccb5fea8625069390a6c2c32eecb2a01 to your computer and use it in GitHub Desktop.
function getImageMimeTypeFromUrl(url) {
return `image/${url.match(/([a-z]+)$/)[0]}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment