particle-with-eight-directions
v0.0.1
Published
An Astro component that generates interactive particles with only eight possible directional choices
Maintainers
Readme
particle-with-eight-directions
An Astro component that generates interactive particles with only eight possible directional choices
Installation 📖
# You can intall with npm
npm install particle-with-eight-directions
# or with yarn
yarn add particle-with-eight-directions
# or with pnpm
pnpm add particle-with-eight-directionsUsage ⚙️
---
import ParticleWithEightDirections from 'particle-with-eight-directions';
---
<ParticleWithEightDirections />
