Pixel Blast
Chunky pixel shrapnel exploding from a focus: blocky debris, shock rings, and ember sparks. Arcade blast energy, paper palette.
Draw
draw a card
$npx shadcn@latest add @clow/pixel-blastFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<PixelBlast />Examples
basic
Props
| prop | type | default |
|---|---|---|
| enabled | boolean | true |
| interactive | boolean | true |
| speed | number | 0.85 |
| pixelSize | number | 8 |
| blastRadius | number | 1.1 |
| density | number | 0.45 |
| debris | number | 1 |
| streaks | number | 0.7 |
| intensity | number | 1 |

