@al8b/particles
v0.1.0
Published
> Package description here
Downloads
163
Readme
@al8b/particles
Package description here
Installation
bun add @al8b/particlesUsage
import { hello } from "@al8b/particles";
console.log(hello());Development
# Build
bun run build
# Test
bun run test
# Clean
bun run clean