A wavy text animation engine powered by SVG filters.
ReefBreak.js is a lightweight JavaScript library that creates a wavy animation effect using SVG filters. It's easy to use and requires no dependencies.
npm install reefbreak
import { ReefBreak } from 'reefbreak';
new ReefBreak(
{
target: "[data-reefbreak]",
intensity: 1,
speed: 1,
animate: true,
}
);