JSPM

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

ROBLOX api wrapper with extra types!

Package Exports

    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 (bloxkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    View on NPM View on Yarn

    Easy to use lightweight ROBLOX Api wrapper used by over 700+ projects.

    Installation

    npm init -y
    npm install bloxkit

    Example Usage

    import * as Bloxkit from 'bloxkit';
    let uid = 34324323; // player's id
    
    // logs player's avatar image
    console.log(await Bloxkit.GetUserAvatar);

    Docs

    Read the docs here.