UNPKG

gamepad-plus

Version:

a superb library that extends the Gamepad API with super powers

16 lines (15 loc) 479 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Gamepad Mapper</title> <meta name="viewport" content="width=device-width"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="stylesheet" type="text/css" media="all" href="style.css"> </head> <body class="centre"> <embed class="gamepad" src="standard_gamepad.svg"></embed> <script src="dist/gamepads.js"></script> <script src="demo.js"></script> </body> </html>