astro-tree-background-drawsvg
v0.0.1
Published
An Astro component that brings a scenic tree SVG to life as a background
Downloads
3
Maintainers
Readme
astro-tree-background-drawsvg
An Astro component that brings a scenic tree SVG to life as a background
Installation 📖
# You can intall with npm
npm install astro-tree-background-drawsvg
# or with yarn
yarn add astro-tree-background-drawsvg
# or with pnpm
pnpm add astro-tree-background-drawsvgUsage ⚙️
---
import AstroTreeBackgroundDrawsvg from 'astro-tree-background-drawsvg';
---
<AstroTreeBackgroundDrawsvg yourText = 'Hello There !'/>
