This project is meant to contain JavaScript objects for the events contained within the Apex Legends LiveAPI protobuf file.
This library can be installed using the following command:
npm install apex-legends-liveapi
Game object types can be imported like so:
import { AmmoUsed } from "apex-legends-liveapi"
Objects can be created and encoded using Google Protobuf API methods provided via these objects.