background-heart
v0.0.1
Published
An Astro component that generates an animated heart red SVG background
Maintainers
Readme
background-heart
An Astro component that generates an animated heart red SVG background
Installation 📖
# You can intall with npm
npm install background-heart
# or with yarn
yarn add background-heart
# or with pnpm
pnpm add background-heartUsage ⚙️
---
import BackgroundHeart from 'background-heart';
---
<BackgroundHeart />
