Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.13 KB

File metadata and controls

56 lines (35 loc) · 1.13 KB

PUBGM HUD Sync

A desktop application for updating PUBGM HUD's Lottie animation files.

PUBG Mobile HUD

Features

  • Uploading, deleting Lottie animation files to PUBGM HUD
  • Updating Lottie layers, text content, and image content.
  • Updating Lottie animation's renderer, loop.

How to use

  1. Download the latest release from the releases page.
  2. Run the application.
  3. Add PUBGM HUD's API URL from settings.
  4. Upload and update as many Lottie animation files as you want.

Installation

You can download the latest release for your platform from the releases page.

or

  1. Clone the repository
git clone https://github.com/TheSkieNex/pubgmhud-sync.git
  1. Install dependencies
npm install
  1. Run the application
npm start

You can also build the application yourself.

npm run make

License

For more information, please refer to the LICENSE file.