metal-clipboard
v2.0.1
Published
Metal's component for copying content to the clipboard
Downloads
2,100
Readme
metal-clipboard
Metal's component for copying content to the clipboard.
Setup
Install NodeJS >= v0.12.0, if you don't have it yet.
Install global dependencies:
[sudo] npm install -g gulp
- Install local dependencies:
npm install
- Build the code:
npm run build
- Open the demo at demos/index.html on your browser.