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