Demo for the tutorial on creating dynamic image transitions with WebGL shaders, exploring techniques like circle SDFs, noise patterns, smooth merging, and texture integration.
Install dependencies:
npm install
Compile the code for development and start a local server:
npm run dev
Create the build:
npm run build
