# light-and-ao-map

A package for light and AO map functionality

## Installation

```bash
npm install light-and-ao-map
```

## Usage

### Frontend

```javascript
import { LightAndAoMap } from 'light-and-ao-map';

// Usage example
const lightMap = new LightAndAoMap();
lightMap.init();
```

### Backend

This package also includes server-side code that is not installed via npm.
To use the server-side code, you need to download it manually from the GitHub repository:

1. Go to the GitHub repository: https://github.com/yourusername/light-and-ao-map
2. Navigate to the `server` directory
3. Download the files you need

Or clone the entire repository:

```bash
git clone https://github.com/yourusername/light-and-ao-map
cd light-and-ao-map/server
```

## License

MIT
