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