How can I use https://gl-transitions.com/ shaders in a static HTML page?
I need a simple example for animating two images.
You can use the gl-transitions library without NPM by embeding their code in your page:
<script src="https://unpkg.com/gl-transitions@1/gl-transitions.js"></script>
This will load the library from their CDN to make it available in your static web page.