
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@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
The npm package @kawarp/core receives a total of 19 weekly downloads. As such, @kawarp/core popularity was classified as not popular.
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.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.