Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 390 Bytes

sampjs

sampjs is a JavaScript library for the SAMP Web Profile. For more discussion of what that means, and pointers to how you might use it, see the documentation.

sampjs has been published as an npm package. Add it to your project with

npm install sampjs

and then import it into your scripts with

import { samp } from "sampjs";