UNPKG

jsgamepad

Version:

W3C Gamepad API Simplified & Implementation fixes

20 lines (16 loc) 348 B
<!DOCTYPE html> <html> <head> <title>jsGamepad</title> <meta charset="utf-8"> <link rel="stylesheet" href="index.css"> </head> <body> <!-- <script src="index.js"></script> --> <script src="jspm_packages/system.js"></script> <script src="jspm.config.js"></script> <script> System.import("index.js"); </script> </body> </html>