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

https://github.com/uiur/chrome-clip-copy

Copy text to clipboard in chrome
https://github.com/uiur/chrome-clip-copy

Last synced: 3 months ago
JSON representation

Copy text to clipboard in chrome

Awesome Lists containing this project

README

        

# chrome-clip-copy
Copy text to clipboard in chrome.

```
var copy = require('chrome-clip-copy')

button.addEventListener('click', function () {
copy('some text')
})
```

## Install
```
npm install chrome-clip-copy
```