This is an experimental project where you can visualize your Throne and Liberty custom UI placements file (.azj) in web, have in mind that the positioning is a bit faulty and not reflecting perfectly, but you can have a small brief about how it will be ingame before importing.
Instructions on how to install and set up the project.
# Clone the repository
git clone https://github.com/yourusername/yourproject.git
# Navigate to the project directory
cd yourproject
Run live server and test
## Usage
How to use the project after installation.
```bash
# Run the project
npm start
Guidelines for contributing to the project.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.