Home

Awesome

purescript-enchantjs

PureScript interface for Enchant.js.

Building

npm install
bower update
grunt

Example Usage

After building you can see enchant example page.

npm install
bower update
grunt main
wget -O js/enchant.js https://raw.githubusercontent.com/uei/enchant.js-builds/master/build/enchant.js
wget https://raw.githubusercontent.com/wise9/enchant.js/master/images/chara1.png
open index.html

Another example is here https://github.com/algas/purescript-enchantjs-example