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
Easy to use lightweight ROBLOX Api wrapper used by over 700+ projects.
Installation
npm init -y
npm install bloxkitExample 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.