// Copies the image as a blob to the clipboard (PNG only) navigator.clipboard.write([ new window.ClipboardItem({ [blob.type]: blob, }), ])