@jspicl/jspicl

A javascript to PICO-8 LUA converter

Usage no npm install needed!

<script type="module">
  import jspiclJspicl from 'https://cdn.skypack.dev/@jspicl/jspicl';
</script>

README

jspicl is a Javascript to PICO-8 Lua transpiler. It creates an AST out of the JavaScript code and then transpiles it down to the LUA subset of which PICO-8 supports.

Visit jspicl.github.io for docs, guides, API and more!


npm version library size npm downloads

Related projects

jspicl CLI - Command line interface for jspicl

games - Games created with jspicl