0.8.0 • Published 9 years ago

starbound-files v0.8.0

Weekly downloads
23
License
MIT
Repository
github
Last release
9 years ago

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());
0.8.0

9 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.2

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago