Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j911/copy-js

📋clipboard copy library
https://github.com/j911/copy-js

Last synced: about 2 months ago
JSON representation

📋clipboard copy library

Awesome Lists containing this project

README

        

# copy-js
![bower-modules](https://img.shields.io/badge/Bower-modules-green.svg)
![MIT-LISENCE](https://img.shields.io/badge/license-MIT-blue.svg)

clipboard copy library

## Install

```
$ bower install copy-js --save
```

## Using

include lib
```

```

use method
```
copy('copy me', ()=> alert('complete'));
```

## Lisence
MIT