Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.29 KB

README.md

File metadata and controls

70 lines (48 loc) · 2.29 KB

native-wrappers-client

🔥 A Javascript/Typescript wrapper for the RedM natives 🎮

License: MIT npm version Workflow Status Last commit

Documentation

This project is in no way affiliated with FiveM or the Cfx Collective.

Features

  • No runtime dependencies
  • Abstracts common used FiveM practices
  • Entity management through class objects (i.e. Vehicle and Ped entities)
  • Audio, Blips, Cameras and more...

In other words, whatever the FiveM C# wrapper can do, this package can as well and more!

Download & Install

pnpm add @nativewrappers/redm-client

or

npm i @nativewrappers/redm-client

or

yarn add @nativewrappers/redm-client

https://www.npmjs.com/package/@nativewrappers/client

Simple Usage

#TODO See here for example projects.

Contributing

You are more than welcome to contribute to this project by submitting a pull request and creating issues.

Please checkout CONTRIBUTING.md for our contributing guidelines.

License

MIT with customization. See LICENSE