@bg-effects/aurora
v1.0.2
Published
Aurora V2 background effect with interactive glow and shader-driven animation.
Readme
@bg-effects/aurora
Aurora V2 background effect with interactive glow and shader-driven animation.
Features
- Smooth aurora flow with starfield background
- Configurable speed and brightness
- Optional mouse interaction
- WebGL-based rendering with resize handling
- Debug panel with real-time controls
Installation
pnpm add @bg-effects/auroraUsage
<script setup lang="ts">
import { Aurora } from '@bg-effects/aurora'
</script>
<template>
<Aurora :speed="1.2" :brightness="2.0" :interactive="true" />
</template>License
MIT
