js-starbound
v2.0.4
Published
js-starbound - A collection of node.js libraries for working with Starbound files.
Downloads
4
Readme
js-starbound
A collection of node.js libraries for working with Starbound files.
js-starbound is a metapackage to help easily work with several types of Starbound files.
Currently provided are the following libraries:
- SBON
- SBVJ01
- SBAsset6
- ByteAccordion (dependency of SBON, SBVJ01, SBAsset6)
How do I install this library?
Ensure you have at least node.js v12+, and then...
$ yarn add js-starbound
How do I use this library?
In brief:
'use strict'
const { SBAsset6, SBVJ01, SBON } = require('js-starbound')
// and use SBAsset6, SBVJ01, SBON...etc. all as is documented for each individual module
Documentation is available here: