clipboard-tool
v1.1.0
Published
Copy text to the clipboard (in the browser)
Downloads
6
Readme
clipboard-tool
Example
var Clipboard = require('clipboard-tool');
// Write the string 'Hello' to the system's clipboard
Clipboard.write('Hello');
This package needs document.execCommand('copy')
to work and has no effect otherwise.
If you are creating a Chrome or Opera extension, be sure to include the clipboardWrite
permission in your manifest.
Contributing
Download source and compile:
git clone [email protected]:[USERNAME]/clipboard-tool.git
yarn prepublish
Watch for changes and recompile:
yarn start