JSPM

  • Created
  • Published
  • Downloads 1582
  • Score
    100M100P100Q110093F
  • License MIT

Native wrappers and utilities for use with FiveM.

Package Exports

  • @nativewrappers/fivem

Readme

Monorepo for a FiveM server/client wrapper

🔥 A Javascript/Typescript package for FiveM resource development 🎮
This project is in no way affiliated with FiveM or the Cfx.re Collective.

License: MIT npm version Workflow Status Last commit

This project is currently iterating rapidly, there will be breaking changes.

Documentation

Features

  • No runtime dependencies
  • Entity management through class objects (i.e. Vehicle and Ped entities)
  • Server and Client side variants on wrapper

Download & Install

pnpm add @nativewrappers/redm # for redm,
pnpm add @nativewrappers/fivem # for fivem
pnpm add @nativewrappers/common # for any, should be game agnostic, provides Vector3, decors, kvps, helper functions, etc
pnpm add @nativewrappers/server # for server