
Product
Introducing the Alert Details Page: A Better Way to Explore Alerts
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.
@kawarp/core
Advanced tools
Fluid animated background renderer using WebGL, Kawase blur, and domain warping
Fluid animated background renderer using WebGL, Kawase blur, and domain warping. Creates effects similar to Apple Music's album art visualization.
npm install @kawarp/core
import { Kawarp } from '@kawarp/core';
const canvas = document.querySelector('canvas');
const kawarp = new Kawarp(canvas);
await kawarp.loadImage('path/to/image.jpg');
kawarp.start();
| Option | Type | Default | Description |
|---|---|---|---|
warpIntensity | number | 1.0 | Warp effect strength (0-1) |
blurPasses | number | 8 | Kawase blur passes (1-40) |
animationSpeed | number | 1.0 | Animation speed multiplier |
transitionDuration | number | 1000 | Crossfade duration in ms |
saturation | number | 1.5 | Color saturation multiplier |
tintColor | [r, g, b] | [0.16, 0.16, 0.24] | Tint color for dark areas (0-1) |
tintIntensity | number | 0.15 | Tint effect strength (0-1) |
dithering | number | 0.008 | Dithering strength (0-0.1) |
loadImage(url) - Load image from URLloadBlob(blob) - Load from Blob or FileloadGradient(colors, angle?) - Load gradient as sourcestart() - Start animationstop() - Stop animationresize() - Update canvas dimensionsdispose() - Clean up WebGL resourcesAGPL-3.0
Built by Better Lyrics
FAQs
Fluid animated background renderer using WebGL, Kawase blur, and domain warping
We found that @kawarp/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.