{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "astro-snowfall", "homepage": "https://fermeridamagni.github.io/astro-snowfall", "items": [ { "name": "snowfall", "type": "registry:component", "title": "Snowfall", "description": "A canvas-based snowfall background animation.", "dependencies": [], "registryDependencies": [], "files": [ { "path": "src/components/Snowfall.astro", "type": "registry:component" }, { "path": "src/lib/snowfall/index.ts", "type": "registry:lib" }, { "path": "src/lib/snowfall/config.ts", "type": "registry:lib" }, { "path": "src/lib/snowfall/snowfall-canvas.ts", "type": "registry:lib" }, { "path": "src/lib/snowfall/snowflake.ts", "type": "registry:lib" }, { "path": "src/lib/snowfall/types.ts", "type": "registry:lib" }, { "path": "src/lib/snowfall/utils.ts", "type": "registry:lib" } ] } ] }