This project showcases a minimalist video background glow, inspired by YouTube's ambient mode. It's designed using Tailwind CSS and built on Sveltekit, although Sveltekit is not a prerequisite.
Using JavaScript, the video is cloned onto a canvas, then using tailwind the canvas is blurred.
This isn't plugin, I'm just showing how it can be done.
Ensure you have the latest version of npm installed.
npm i
Start the development server with:
npm run dev