Skip to content

icecreamliker/clipboard-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clipboard-plus

Copy texts to clipboard via JavaScript (ES6)

Installation

  $ npm install clipboard-plus

Usage

Add the paths to configuration:

  const copy = require('clipboard-copy');
  let node = document.querySelector('#content');
  copy(node);

or

  const copy = require('clipboard-copy');
  copy('this is the copied content');

License

clipboard-plus is available under the terms of the MIT license.

About

Copy texts to clipboard via JavaScript (ES6)

Resources

License

Stars

Watchers

Forks

Packages

No packages published