Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 889 Bytes

File metadata and controls

33 lines (18 loc) · 889 Bytes

JavaScript Utils

This is a collection of modular JavaScript utilities for web games, interactive apps, and more.

Installation

You can either clone this repository into your project, or copy the utilities you need, or import the scripts directly from GitHub's CDN.

Usage

Utilities are provided as ES modules and can be imported directly into your JavaScript files.

import Utility from "./path/to/utility.js";

Documentation

Detailed documentation, usage examples, and other information are available in the docs folder.

View Documentation

Contributing

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.

License

This repository uses the MIT License.

View License