UNPKG

littlejsengine

Version:

LittleJS - Tiny and Fast HTML5 Game Engine

9 lines 342 B
<!DOCTYPE html><head> <title>LittleJS Box2D Example</title> <meta charset=utf-8> <meta name=apple-mobile-web-app-capable content=yes> <meta name=mobile-web-app-capable content=yes> <link rel=icon type=image/png href=../favicon.png> </head><body> <script src=../../dist/box2d.wasm.js></script> <script src=game.js type=module></script>