1.0.2 • Published 7 years ago

codecopy v1.0.2

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

codecopy

Last version Build Status Dependency status Dev Dependencies Status NPM Status Donate

"Copy to clipboard" button for your code snippets. Inspired in codecopy.

Install

from NPM

$ npm install codecopy --save

from CDN

<!-- CodeCopy Vanilla/UMD bundle -->
<link rel="stylesheet" src="//cdn.jsdelivr.net/npm/codecopy/umd/codecopy.min.css"></link>
<script src="//cdn.jsdelivr.net/npm/codecopy/umd/codecopy.min.js"></script>

Also available amd and cjs version.

Usage

document.addEventListener('DOMContentLoaded', function (event) {
  codecopy('pre') // your code tag selector!
})

Related

  • react-codecopy – A React component for "Copy to clipboard" button for your code snippets.

License

codecopy © Kiko Beats, released under the MIT License. Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats

1.0.2

7 years ago

1.0.0

7 years ago

0.4.0

7 years ago