ts-clipboard
v1.0.17
Published
copy text programmatically using the clipboard event api
Downloads
11,939
Readme
ts-clipboard
a typescript class that writes to the clipboard programmatically using the Clipboard API
usage:
import {Clipboard} from 'ts-clipboard';
Clipboard.copy('oh dang!!!');