Create ripple effect for your buttons!
npm i ripton
CDN
Include a script tag to ripton.js at the end of your file.
<body>
<button style="padding:5rem;" class="ripton ripton-bg[red]">Hello!</button>
<h2>Custom image background:</h2>
<button style="padding:5rem;" class="ripton ripton-bg[url(https://raw.githubusercontent.com/Axorax/colorium.js/main/logo.svg)]">Hello!</button>
<script src="https://www.unpkg.com/ripton@1.0.0/ripton.js" type="module"></script>
</body>