Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 444 Bytes

File metadata and controls

17 lines (14 loc) · 444 Bytes

@teammeadows/atomicapi

@teammeadows/atomicapi is a library-agnostic library, provides API between your frontend project and Garry's Mod.

Abilities

  • Calling functions, that Garry's Mod Lua side supports
  • Listening to events from Garry's Mod

Installation

bun install @teammeadows/atomicapi
# or if you use npm
npm install @teammeadows/atomicapi

Examples

To see how work with this library, see examples