1.0.2 • Published 3 years ago

simple-copy-to-clipboard v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Getting started

  1. install package
  2. import function copy in your code. For example
import copy from 'simple-copy-to-clipboard';
  1. run function passed your text there. For example
copy('your awesome text');
  1. if all right, function returns true. If fail, returns false.
  2. Enjoy :)

Package size and code

index.js size is 0.642 kb I download it from internet and didnt want paste it manually. I like use stuff like this via node-modules.

compability

Have not full list, but it supports even old browsers.