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!!!');