Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 562 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 562 Bytes

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