UNPKG

littlejsengine

Version:

LittleJS - Tiny and Fast HTML5 Game Engine

5 lines 143 B
<!DOCTYPE html><head> <title>LittleJS Hello World Demo</title> <meta charset=utf-8> </head><body> <script src=game.js type=module></script>