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/3363fb9d4b69f4e3fbd9d63f3dff97b7 to your computer and use it in GitHub Desktop.
Save charisTheo/3363fb9d4b69f4e3fbd9d63f3dff97b7 to your computer and use it in GitHub Desktop.
if (isSafari()) {
const imageMimeType = getImageMimeTypeFromUrl(src)
await navigator.clipboard.write([
new ClipboardItem({
[imageMimeType]: getImageBlobFromUrl(src)
})
])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment