Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 315 Bytes

gpci-js

A proof-of-concept implementation of the hash function underlying the GPCI native in San Andreas: Multiplayer.

Installation

$ npm install github:Renegade334/gpci-js

Usage

const GPCI = require('@renegade334/gpci');

console.log(GPCI('...'));