Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 233 Bytes

File metadata and controls

20 lines (14 loc) · 233 Bytes

Galacean Effects general math library

Environment Setup

  • Node.js >= 10.0.0

Development

# 1. Install dependencies (first time)
pnpm install
# 2. Build
pnpm run build

Testing

pnpm run test