1.0.4 • Published 5 months ago

@garmingo/framework-js-client v1.0.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 months ago

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

Project setup and usage

Type reference

Other packages

https://github.com/Garmingo/framework-js-server

https://github.com/Garmingo/FrameworkLibraryNET

https://github.com/Garmingo/framework-lua

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago