light-and-ao-map
v1.0.3
Published
A package for light and AO map functionality
Readme
light-and-ao-map
A package for light and AO map functionality
Installation
npm install light-and-ao-mapUsage
Frontend
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:
- Go to the GitHub repository: https://github.com/yourusername/light-and-ao-map
- Navigate to the
serverdirectory - Download the files you need
Or clone the entire repository:
git clone https://github.com/yourusername/light-and-ao-map
cd light-and-ao-map/serverLicense
MIT
