Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors

Languages