Package Exports
- @grid-rbx/rev
- @grid-rbx/rev/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@grid-rbx/rev) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Rev
Roblox account linking, made easy.
Installation
Install Rev with npm or Yarn
npm install @grid-rbx/rev
yarn add @grid-rbx/revThen initiate it in your index file
// CommonJS
const rev = require("@grid-rbx/rev");
// ES6 & Browser
import rev from "@grid-rbx/rev;
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.