@grid-rbx/rev
v2.1.0
Published
Roblox account linking, made easy.
Downloads
4
Maintainers
Readme
Rev
Roblox account linking, made easy.
Installation
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";
// Browser
import revBrowser from "https://cdn.skypack.dev/@grid-rbx/rev";
Documentation
Documentation can be found here
Contributing
Contributions are always welcome! Please make a pull request documenting the changes.