jinx-compiler
v2.1.2
Published
Jinx compiler into .as (actionscript3)
Downloads
18
Maintainers
Readme
This is an nodejs module for compile .jinx into .as (actionscript3)
Usage
var jinxCompiler = require('jinx-compiler');
var jinxFile = 'test/app/flash/init.jinx';
var compiled = jinxCompiler(fs.readFileSync(jinxFile)); // return an actionscript
The MIT License