npm.io
0.0.0-alpha.1 • Published 8 years ago

genie-scx

Licence
MIT
Version
0.0.0-alpha.1
Deps
3
Size
25 kB
Vulns
0
Weekly
0
Stars
3

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

Keywords