Skip to content

Andrii256/sharecode__simple-copy-to-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Getting started

  1. install package
npm i simple-copy-to-clipboard
  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published