dom-copy-helper
v1.0.1
Published
Helper to copy a text from a web page to the clipboard.
Downloads
3
Readme
@jimmymos/dom-copy-helper
Copy a text to clipboard
import { copyTextToClipboard } from "@jimmymos/dom-copy-helper"
Copy a text
copyTextToClipboard('This text will be copied');