starbound-files

0.8.0 • Public • Published

Starbound Files

This package makes it easy to parse the contents of Starbound's various file formats.

Note: This package currently only supports HTML5 File objects.

Example

var starbound = require('starbound-files');
 
// Assume file is a File object pointing to a .pak file.
var file = ...;
var pak = starbound.Package.open(file);
console.log('All files in the .pak file:', pak.getIndex());

Readme

Keywords

none

Package Sidebar

Install

npm i starbound-files

Weekly Downloads

8

Version

0.8.0

License

MIT

Last publish

Collaborators

  • blixt