An open API service indexing awesome lists of open source software.

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

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