Snow
A pure CSS animated snowfall scene with configurable snowflake count, optional unicode snowflakes, and falling animation.
Installation
npm install @duskmoon-dev/el-art-snow
Usage
import '@duskmoon-dev/el-art-snow/register';
<el-dm-art-snow count="20" fall></el-dm-art-snow>
Live Demo
Static Snowflakes
Falling Animation
Unicode Snowflakes
Dense Snow
Properties
| Property | Type | Default | Description |
|---|---|---|---|
count | number | 20 | Number of snowflakes (1–100) |
unicode | boolean | false | Use Unicode snowflake characters instead of CSS shapes |
fall | boolean | false | Enables falling animation |