Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 281 Bytes

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