Roblox account linking, made easy.
Install Rev with npm or Yarn
npm install @grid-rbx/rev
yarn add @grid-rbx/rev
Then initiate it in your index file
// CommonJS
const rev = require("@grid-rbx/rev");
// ES6
import rev from "@grid-rbx/rev";
Documentation can be found here
Contributions are always welcome! Please make a pull request documenting the changes.