Getting Started
How to install Swapy.
You can install it using your favorite package manager, like npm, pnpm, or yarn.
pnpm install swapy
Or you can get it from CDN.
<script src="https://unpkg.com/swapy/dist/swapy.min.js"></script>
<script>
// You can then use it like this
const swapy = Swapy.createSwapy(container)
</script>