1.0.3 • Published 7 years ago
modern-copy v1.0.3
modern-copy
A precompiled version of sindresorhus/copy-text-to-clipboard, clipboard in modern browsers.
Install
❯ npm install modern-copy
Usage
Direct use it in your build process, without any extra config:
import mcopy from 'modern-copy'
button.addEventListener('click', () => {
mcopy('👌🙋')
// Must be called in response to a user gesture event, like click or keyup.
})
Or CDN version, access it via window.mcopy
:
<script src="https://unpkg.com/modern-copy"></script>
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
modern-copy © egoist, Released under the MIT License. Authored and maintained by egoist with help from contributors (list).
egoistian.com · GitHub @egoist · Twitter @rem_rin_rin