@feizheng/next-to-clipboard

1.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @feizheng/next-to-clipboard

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

5.24 kB

Total Files

5

Last publish

Collaborators

  • afeiship