https://github.com/diversen/copy-text-to-clipboard-browser
Browsified version of copy-to-clipboard
https://github.com/diversen/copy-text-to-clipboard-browser
copy-text-to-clipboard
Last synced: 2 months ago
JSON representation
Browsified version of copy-to-clipboard
- Host: GitHub
- URL: https://github.com/diversen/copy-text-to-clipboard-browser
- Owner: diversen
- Created: 2017-06-08T15:04:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T12:46:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T22:28:29.793Z (4 months ago)
- Topics: copy-text-to-clipboard
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# copy-text-to-clipboard-browser
This is a es2015 browser version of this node module:
https://github.com/sindresorhus/copy-text-to-clipboard
Made in order to play a bit around with babel and babelify
Note:
In a browser it sets up the function as `copyTextToClipboardBrowser`
whereis the original function name is `copyTextToClipBoard`Usage:
See [index.html](index.html)
@MIT Dennis Iversen