@garmingo/framework-js-client
v1.0.4
Published
TypeScript version of Framework library (client version)
Downloads
6
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-client
Supported 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