1.0.3 • Published 7 years ago

modern-copy v1.0.3

Weekly downloads
237
License
MIT
Repository
github
Last release
7 years ago

modern-copy

NPM version NPM downloads donate

A precompiled version of sindresorhus/copy-text-to-clipboard, clipboard in modern browsers.

Install

❯ npm install modern-copy

CDN: UNPKG | jsDelivr

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. 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