ClipX.js: Lightweight Clipboard Power
ClipX.js is an ultra-light JavaScript library that simplifies clipboard tasks and enriches user feedback. It offers straightforward copy, cut, and paste
capabilities, and built-in toast notifications
that you can easily customize, providing a quick and efficient way to handle clipboard and notification needs. ——— The Smarter Clipboard Solution.
Why ClipX.js?
- Tiny Size: Enhancing performance without sacrificing features.
- Built-in Feedback: Includes toast notifications with customizable messages.
- Flexible UI: Style toasts, control messages, and integrate easily.
Installation
Via NPM
npm i clipx
Via CDN
Choose one:
jsdelivr
<script src="https://cdn.jsdelivr.net/npm/clipx/dist/clipx.min.js"></script>
OR
unpkg
<script src="https://unpkg.com/clipx/dist/clipx.min.js"></script>
Full Changelog: https://github.com/MrAkshayAS/clipx/commits/v1.0.0