Copy texts to clipboard via JavaScript (ES6)
npm install clipboard-plusInstallation
---
```
$ npm install clipboard-plus
Usage
---
Add the paths to configuration:
`javascript`
const copy = require('clipboard-copy');
let node = document.querySelector('#content');
copy(node);`
orjavascript``
const copy = require('clipboard-copy');
copy('this is the copied content');
License
---
clipboard-plus is available under the terms of the MIT license.