https://github.com/2nthony/copy
A super tiny browser library that copy stuff into clipboard from your browser(<400B Gzipped).
https://github.com/2nthony/copy
copy copy-to-clipboard framework-agnostic light-weight
Last synced: 2 months ago
JSON representation
A super tiny browser library that copy stuff into clipboard from your browser(<400B Gzipped).
- Host: GitHub
- URL: https://github.com/2nthony/copy
- Owner: 2nthony
- License: mit
- Created: 2019-09-21T11:16:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:56:33.000Z (over 1 year ago)
- Last Synced: 2025-03-17T22:44:16.171Z (2 months ago)
- Topics: copy, copy-to-clipboard, framework-agnostic, light-weight
- Language: JavaScript
- Homepage: https://copy.evila.me/
- Size: 1.51 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @evillt/copy
[](https://npmjs.com/package/copy)
[](https://npmjs.com/package/copy)
[](https://circleci.com/gh/evillt/copy/tree/master)
[](https://donate.evila.me)
[](https://discord.gg/dEYVuv)> A super tiny browser library that copy stuff into clipboard from your browser(<400B Gzipped).
Please consider starring the project to show your ❤️ and support.
## Usage
```bash
yarn add @evillt/copy
``````js
import copy from '@evillt/copy'copy('text')
```## Documentation
**https://copy.evillt.me**
## 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
**copy** © [evillt](https://github.com/evillt), Released under the [MIT](./LICENSE) License.
Authored and maintained by **EVILLT** with help from contributors ([list](https://github.com/evillt/copy/contributors)).
> [github.com/evillt](https://github.com/evillt) · GitHub [@evillt](https://github.com/evillt) · Twitter [@evillt](https://twitter.com/evillt)