UNPKG

gamekit-utils

Version:

Minimal, fast and useful utilities for randomness, array manipulation and math — built for games, UI logic and generative design.

9 lines (8 loc) 253 B
export * from './array/random'; export * from './array/shuffle'; export * from "./array/pickN"; export * from './math/chance'; export * from './math/clamp'; export * from './math/lerp'; export * from './math/normalize'; export * from './grid/create2D';