Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j911/copy-js
- Owner: J911
- License: mit
- Created: 2018-11-05T05:24:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T07:31:09.000Z (about 6 years ago)
- Last Synced: 2024-11-11T23:58:59.833Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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