README.md
May 14, 2017 ยท View on GitHub
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!!!');
May 14, 2017 ยท View on GitHub
a typescript class that writes to the clipboard programmatically using the Clipboard API
import {Clipboard} from 'ts-clipboard';
Clipboard.copy('oh dang!!!');