Skip to content

ClipX v1.0.0-beta.0.1.1

Latest
Compare
Choose a tag to compare
@MrAkshayAS MrAkshayAS released this 28 Aug 19:18
· 15 commits to main since this release
0293c0c

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