1.0.3 • Published 4 years ago

@feizheng/next-to-clipboard v1.0.3

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

next-to-clipboard

Copy text to clipboard.

version license size download

installation

npm install -S @feizheng/next-to-clipboard

usage

import '@feizheng/next-to-clipboard';

document.getElementById('btn').onclick = function() {
  nx.toClipboard('TEXT_FEI' + Math.random());
};

license

Code released under the MIT license.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago