rbx-reader
TypeScript icon, indicating that this package has built-in type declarations

1.5.7 • Public • Published

rbx-reader

A module that allows for reading of .rbxm and .rbxl files.

Huge thanks to @shiinazzz for helping to get the code into useful TypeScript form.

Usage

Basic reading:

const fs = require("node:fs")
const reader = require("rbx-reader")
const buf = fs.readFileSync("./path/to/roblox/file.rbxm") // Can also be an .rbxl
const result = reader.parseBuffer(buf)

Readme

Keywords

none

Package Sidebar

Install

npm i rbx-reader

Weekly Downloads

21

Version

1.5.7

License

AGPL-3.0-or-later

Unpacked Size

220 kB

Total Files

22

Last publish

Collaborators

  • littlebitsman
  • shiinazzz