jinx-compiler

Jinx compiler into .as (actionscript3)

Usage no npm install needed!

<script type="module">
  import jinxCompiler from 'https://cdn.skypack.dev/jinx-compiler';
</script>

README

Build Status npm version

Imgur">

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