Modules for PureJS programing
Add this script line in your head
<script src="https://cdn.jsdelivr.net/gh/Raaptex/jsu@v0.1.2-beta/src/jsu.js"></script>
Includes any all the modules you want and execute your scripts
<script>
include("keyboard") // include the keyboard module
execute("app.js") // execute the "app.js" file
</script>
- keyboard
- sprite
- 2D Game