0.0.0-alpha.1 • Published 6 years ago

genie-scx v0.0.0-alpha.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

genie-scx

Genie Engine SCX (scenario) file reader for Node.js and the browser

NPM

Usage Example

var scx = require('genie-scx')

API

SCX(filename: string)

Node only!

Creates a new SCX instance for the .SCX file filename.

SCX(buffer: Buffer)

Creates a new SCX instance for the given Buffer.

scx.parse(cb)

Parse the SCX file. cb is a Node-style callback (err, data). data is an object with lots of data. Use console.log or devtools to figure out the shape.

License

MIT