0.0.4 • Published 4 years ago

js-copy-to-clipboard v0.0.4

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

js-copy-to-clipboard

Simple module exposing copyToClipboard function to copy any text to clip board for javascript and typescript projects

Installation

To install js-copy-to-clipboard, you need node.js and npm.

In your project directory, just run

npm i js-copy-to-clipboard

Usage

Can be used in node, angular, react or vuejs projects

import copyToClipboard from 'js-copy-to-clipboard';

copyToClipboard('Text to copy');  // this text is copied to clipboard, you can use ctrl + v to paste the text

</script>

License

MIT

0.0.4

4 years ago

0.0.1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

1.0.0

4 years ago