This is a collection of modular JavaScript utilities for web games, interactive apps, and more.
You can either clone this repository into your project, or copy the utilities you need, or import the scripts directly from GitHub's CDN.
Utilities are provided as ES modules and can be imported directly into your JavaScript files.
import Utility from "./path/to/utility.js";Detailed documentation, usage examples, and other information are available in the docs folder.
Contributions, improvements, bug fixes, and new utilities are welcome.
When adding a utility, keep it focused, reusable, and independent where possible. Include appropriate documentation and examples.
This repository uses the MIT License.