0.5.1 • Published 6 months ago
@huement/cosmicwave v0.5.1
CosmicWave
Create dynamic SVG 'waves' on each page render or animate them for never ending movement. Each wave is tied to a single HTML element whose attributes control the wave parameters.
the holy trinity of JS+CSS+HTML
Javascript
import '@huement/cosmicwave'CSS
svg {
fill: #000;
}HTML
<!-- Easy Peasy! -->
<cosmic-wave></cosmic-wave>