@jfm/copy-to-clipboard
v0.1.0
Published
14 lines of codes to copy to text into clipboard.
Downloads
2
Readme
@jfm/copy-to-clipboard
14 lines of codes to copy to text into clipboard.
Usage
import copy from '@jfm/copy-to-clipboard'
// copy() must be triggered by a click event
document.getElementById('copy-btn').addEventListener('click', () => copy('hello'))
License
MIT