background-star-cyan-5
v0.0.1
Published
An Astro component that generates multiple looping star SVG elements with CSS animations to create a subtly dynamic, infinite space background.
Maintainers
Readme
background-star-cyan-5
An Astro component that generates multiple looping star SVG elements with CSS animations to create a subtly dynamic, infinite space background.
Installation 📖
# You can intall with npm
npm install background-star-cyan-5
# or with yarn
yarn add background-star-cyan-5
# or with pnpm
pnpm add background-star-cyan-5Usage ⚙️
---
import BackgroundStarCyan5 from 'background-star-cyan-5';
---
<BackgroundStarCyan5 />
