@garmingo/framework-js-client
v1.0.6
Published
TypeScript version of Framework library (client version)
Readme
FiveM Framework Library (client-side)
This library allows you to easily interact with the servers framework, without writing the same code over and over again for each framework.
Installation
npm install @garmingo/framework-js-clientSupported Frameworks
- ESX Legacy
- ESX Infinity
- QBCore
- Custom implementations
Usage
import { Framework } from '@garmingo/framework-js-client';
const framework = new Framework();
framework.getPlayerJobName();
framework.getPlayerJobGrade();
...Docs
Other packages
https://github.com/Garmingo/framework-js-server
https://github.com/Garmingo/FrameworkLibraryNET
https://github.com/Garmingo/framework-lua
Contact Us
Discord: https://discord.gg/c7UQ2ca

