JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q55959F
  • License MIT

Roblox account linking, made easy.

Package Exports

  • @grid-rbx/rev

Readme

Rev

npm Netlify Status GitHub pull requests GitHub issues npm NPM DeepSource Snyk Vulnerabilities for npm package

Roblox account linking, made easy.

Demo

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.

License

MIT