berndverhofstadt / ts-clipboard

copy ( and eventually paste ) from within the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

copy ( and eventually paste ) from within the browser

License:MIT License


Languages

Language:TypeScript 100.0%