Adding Functionality Creating Modules
Monkey Forums/Monkey Programming/Adding Functionality Creating Modules| 
 | ||
| Is there documentation regarding how to implement functions in each distinct language? I'd like to add some functions I wrote in javascript to an html5 module. Thanks! | 
| 
 | ||
| Does this help? native.js module.monkey | 
| 
 | ||
| Yes! Perfect, thank you! | 
| 
 | ||
| have you check the html native tutorial in the tutorial forum? | 
| 
 | ||
| Maybe taking a look at my html gui module might help you: https://github.com/shinkiro1/htmlgui It's really easy to glue things together. |